Html Css Color HEX #B6A2FF Melrose

📋 copy color: '#B6A2FF'

red 182 ◦ green 162 ◦ blue 255

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

Shades of Melrose #B6A2FF

Tints of Melrose #B6A2FF

RGB

 RED value IS 182 (71.48% from 255) = 30.38%

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

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

R = 30.38%
G = 27.05%
B = 42.57%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B6A2FF (or 0xB6A2FF) is known color: Melrose. HEX triplet: B6, A2 and FF. RGB value is (182,162,255). Sum of RGB (Red+Green+Blue) = 182+162+255=599 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.38% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A2FF is #495D00. Grayscale: #B2B2B2. Windows color (decimal): -4807937 or 16753334. OLE color: 16753334.

HSL color Cylindrical-coordinate representation of color #B6A2FF: hue angle of 252.9º 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 #B6A2FF is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 162 255 -
CMYK 0.29 0.36 0 0
HSL 252.9º 1% 0.82% -
HSV(B) 252.9º 0.36% 1% -
XYZ 50.26 43.01 100.26 -
YUV 178.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 182 162 255 0.29 0.36 0 0 252.9 1 0.82
Hex B6 A2 FF 1D 24 0 0 FD 64 52
Octal 266 242 377 35 44 0 0 375 144 122
Binary 10110110 10100010 11111111 11101 100100 0 0 11111101 1100100 1010010

Color Harmonies of #B6A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A2FF

Black with #B6A2FF

Text Example


Text Example

White with #B6A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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