Html Css Color HEX #B7A2FE Melrose

📋 copy color: '#B7A2FE'

red 183 ◦ green 162 ◦ blue 254

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

Shades of Melrose #B7A2FE

Tints of Melrose #B7A2FE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.05%

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

R = 30.55%
G = 27.05%
B = 42.4%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B7A2FE (or 0xB7A2FE) is known color: Melrose. HEX triplet: B7, A2 and FE. RGB value is (183,162,254). Sum of RGB (Red+Green+Blue) = 183+162+254=599 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.55% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A2FE is #485D01. Grayscale: #B2B2B2. Windows color (decimal): -4742402 or 16687799. OLE color: 16687799.

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

Color convert

RGB 183 162 254 -
CMYK 0.28 0.36 0 0.00
HSL 253.7º 0.98% 0.82% -
HSV(B) 253.7º 0.36% 1% -
XYZ 50.34 43.06 99.42 -
YUV 178.77 170.46 131.02 -
System Red Green Blue C M Y K H S L
Decimal 183 162 254 0.28 0.36 0 0.00 253.7 0.98 0.82
Hex B7 A2 FE 1C 24 0 0 FE 62 52
Octal 267 242 376 34 44 0 0 376 142 122
Binary 10110111 10100010 11111110 11100 100100 0 0 11111110 1100010 1010010

Color Harmonies of #B7A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A2FE

Black with #B7A2FE

Text Example


Text Example

White with #B7A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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