Html Css Color HEX #B4A2FF Melrose

📋 copy color: '#B4A2FF'

red 180 ◦ green 162 ◦ blue 255

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

Shades of Melrose #B4A2FF

Tints of Melrose #B4A2FF

RGB

 RED value IS 180 (70.7% from 255) = 30.15%

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

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

R = 30.15%
G = 27.14%
B = 42.71%

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

#B4A2FF (or 0xB4A2FF) is known color: Melrose. HEX triplet: B4, A2 and FF. RGB value is (180,162,255). Sum of RGB (Red+Green+Blue) = 180+162+255=597 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.15% from 597); Green value is 162 (63.67% from 255 or 27.14% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A2FF is #4B5D00. Grayscale: #B1B1B1. Windows color (decimal): -4939009 or 16753332. OLE color: 16753332.

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

Color convert

RGB 180 162 255 -
CMYK 0.29 0.36 0 0
HSL 251.61º 1% 0.82% -
HSV(B) 251.61º 0.36% 1% -
XYZ 49.79 42.76 100.24 -
YUV 177.98 171.46 129.44 -
System Red Green Blue C M Y K H S L
Decimal 180 162 255 0.29 0.36 0 0 251.61 1 0.82
Hex B4 A2 FF 1D 24 0 0 FC 64 52
Octal 264 242 377 35 44 0 0 374 144 122
Binary 10110100 10100010 11111111 11101 100100 0 0 11111100 1100100 1010010

Color Harmonies of #B4A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A2FF

Black with #B4A2FF

Text Example


Text Example

White with #B4A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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