Html Css Color HEX #B7A4FE Melrose

📋 copy color: '#B7A4FE'

red 183 ◦ green 164 ◦ blue 254

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

Shades of Melrose #B7A4FE

Tints of Melrose #B7A4FE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.29%

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 30.45%
G = 27.29%
B = 42.26%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B7A4FE (or 0xB7A4FE) is known color: Melrose. HEX triplet: B7, A4 and FE. RGB value is (183,164,254). Sum of RGB (Red+Green+Blue) = 183+164+254=601 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.45% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7A4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A4FE is #485B01. Grayscale: #B3B3B3. Windows color (decimal): -4741890 or 16688311. OLE color: 16688311.

HSL color Cylindrical-coordinate representation of color #B7A4FE: hue angle of 252.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7A4FE is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 183 164 254 -
CMYK 0.28 0.35 0 0.00
HSL 252.67º 0.98% 0.82% -
HSV(B) 252.67º 0.35% 1% -
XYZ 50.69 43.77 99.54 -
YUV 179.94 169.79 130.18 -
System Red Green Blue C M Y K H S L
Decimal 183 164 254 0.28 0.35 0 0.00 252.67 0.98 0.82
Hex B7 A4 FE 1C 23 0 0 FD 62 52
Octal 267 244 376 34 43 0 0 375 142 122
Binary 10110111 10100100 11111110 11100 100011 0 0 11111101 1100010 1010010

Color Harmonies of #B7A4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A4FE

Black with #B7A4FE

Text Example


Text Example

White with #B7A4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A4FE; }

 p { color: rgb(183,164,254); }

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

background-color css

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

 a { background-color: rgb(183,164,254); }

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

border-color css

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

 span { border-color: rgb(183,164,254); }

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