Html Css Color HEX #B7A7EA Melrose

📋 copy color: '#B7A7EA'

red 183 ◦ green 167 ◦ blue 234

#B7A7EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #B7A7EA

Tints of Melrose #B7A7EA

RGB

 RED value IS 183 (71.88% from 255) = 31.34%

 GREEN value IS 167 (65.63% from 255) = 28.6%

 BLUE value IS 234 (91.8% from 255) = 40.07%

R = 31.34%
G = 28.6%
B = 40.07%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B7A7EA (or 0xB7A7EA) is known color: Melrose. HEX triplet: B7, A7 and EA. RGB value is (183,167,234). Sum of RGB (Red+Green+Blue) = 183+167+234=584 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.34% from 584); Green value is 167 (65.62% from 255 or 28.60% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7A7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A7EA is #485815. Grayscale: #B3B3B3. Windows color (decimal): -4741142 or 15378359. OLE color: 15378359.

HSL color Cylindrical-coordinate representation of color #B7A7EA: hue angle of 254.33º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7A7EA is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 167 234 -
CMYK 0.22 0.29 0 0.08
HSL 254.33º 0.61% 0.79% -
HSV(B) 254.33º 0.29% 0.92% -
XYZ 48.2 43.65 83.73 -
YUV 179.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 183 167 234 0.22 0.29 0 0.08 254.33 0.61 0.79
Hex B7 A7 EA 16 1D 0 8 FE 3D 4F
Octal 267 247 352 26 35 0 10 376 75 117
Binary 10110111 10100111 11101010 10110 11101 0 1000 11111110 111101 1001111

Color Harmonies of #B7A7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A7EA

Black with #B7A7EA

Text Example


Text Example

White with #B7A7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A7EA; }

 p { color: rgb(183,167,234); }

 H1.HeaderClassName
 {
   color: #B7A7EA;
 }
 .AnyTagClassName
 {
   color: #B7A7EA;
 }
</style>

background-color css

<style>
 a { background-color: #B7A7EA; }

 a { background-color: rgb(183,167,234); }

 div.DivClassName
 {
   background-color: #B7A7EA;
 }
 .BgClassName
 {
   background-color: #B7A7EA;
 }
</style>

border-color css

<style>
 span { border-color: #B7A7EA; }

 span { border-color: rgb(183,167,234); }

 td.TdClassName
 {
   border-color: #B7A7EA;
 }
 .TagClassName
 {
   border-color: #B7A7EA;
 }
</style>