Html Css Color HEX #B3A2FF Melrose

📋 copy color: '#B3A2FF'

red 179 ◦ green 162 ◦ blue 255

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

Shades of Melrose #B3A2FF

Tints of Melrose #B3A2FF

RGB

 RED value IS 179 (70.31% from 255) = 30.03%

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

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

R = 30.03%
G = 27.18%
B = 42.79%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B3A2FF (or 0xB3A2FF) is known color: Melrose. HEX triplet: B3, A2 and FF. RGB value is (179,162,255). Sum of RGB (Red+Green+Blue) = 179+162+255=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 162 (63.67% from 255 or 27.18% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A2FF is #4C5D00. Grayscale: #B1B1B1. Windows color (decimal): -5004545 or 16753331. OLE color: 16753331.

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

Color convert

RGB 179 162 255 -
CMYK 0.30 0.36 0 0
HSL 250.97º 1% 0.82% -
HSV(B) 250.97º 0.36% 1% -
XYZ 49.56 42.64 100.23 -
YUV 177.69 171.63 128.94 -
System Red Green Blue C M Y K H S L
Decimal 179 162 255 0.30 0.36 0 0 250.97 1 0.82
Hex B3 A2 FF 1E 24 0 0 FB 64 52
Octal 263 242 377 36 44 0 0 373 144 122
Binary 10110011 10100010 11111111 11110 100100 0 0 11111011 1100100 1010010

Color Harmonies of #B3A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A2FF

Black with #B3A2FF

Text Example


Text Example

White with #B3A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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