Html Css Color HEX #B8A2FF Melrose

📋 copy color: '#B8A2FF'

red 184 ◦ green 162 ◦ blue 255

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

Shades of Melrose #B8A2FF

Tints of Melrose #B8A2FF

RGB

 RED value IS 184 (72.27% from 255) = 30.62%

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

 BLUE value IS 255 (100% from 255) = 42.43%

R = 30.62%
G = 26.96%
B = 42.43%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B8A2FF (or 0xB8A2FF) is known color: Melrose. HEX triplet: B8, A2 and FF. RGB value is (184,162,255). Sum of RGB (Red+Green+Blue) = 184+162+255=601 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.62% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A2FF is #475D00. Grayscale: #B2B2B2. Windows color (decimal): -4676865 or 16753336. OLE color: 16753336.

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

Color convert

RGB 184 162 255 -
CMYK 0.28 0.36 0 0
HSL 254.19º 1% 0.82% -
HSV(B) 254.19º 0.36% 1% -
XYZ 50.74 43.25 100.28 -
YUV 179.18 170.79 131.44 -
System Red Green Blue C M Y K H S L
Decimal 184 162 255 0.28 0.36 0 0 254.19 1 0.82
Hex B8 A2 FF 1C 24 0 0 FE 64 52
Octal 270 242 377 34 44 0 0 376 144 122
Binary 10111000 10100010 11111111 11100 100100 0 0 11111110 1100100 1010010

Color Harmonies of #B8A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A2FF

Black with #B8A2FF

Text Example


Text Example

White with #B8A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A2FF; }

 p { color: rgb(184,162,255); }

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

background-color css

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

 a { background-color: rgb(184,162,255); }

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

border-color css

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

 span { border-color: rgb(184,162,255); }

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