Html Css Color HEX #B5A2F2 Melrose

📋 copy color: '#B5A2F2'

red 181 ◦ green 162 ◦ blue 242

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

Shades of Melrose #B5A2F2

Tints of Melrose #B5A2F2

RGB

 RED value IS 181 (71.09% from 255) = 30.94%

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

 BLUE value IS 242 (94.92% from 255) = 41.37%

R = 30.94%
G = 27.69%
B = 41.37%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B5A2F2 (or 0xB5A2F2) is known color: Melrose. HEX triplet: B5, A2 and F2. RGB value is (181,162,242). Sum of RGB (Red+Green+Blue) = 181+162+242=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #B5A2F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A2F2 is #4A5D0D. Grayscale: #B0B0B0. Windows color (decimal): -4873486 or 15901365. OLE color: 15901365.

HSL color Cylindrical-coordinate representation of color #B5A2F2: hue angle of 254.25º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5A2F2 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 162 242 -
CMYK 0.25 0.33 0 0.05
HSL 254.25º 0.75% 0.79% -
HSV(B) 254.25º 0.33% 0.95% -
XYZ 48 42.08 89.6 -
YUV 176.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 181 162 242 0.25 0.33 0 0.05 254.25 0.75 0.79
Hex B5 A2 F2 19 21 0 5 FE 4B 4F
Octal 265 242 362 31 41 0 5 376 113 117
Binary 10110101 10100010 11110010 11001 100001 0 101 11111110 1001011 1001111

Color Harmonies of #B5A2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A2F2

Black with #B5A2F2

Text Example


Text Example

White with #B5A2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A2F2; }

 p { color: rgb(181,162,242); }

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

background-color css

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

 a { background-color: rgb(181,162,242); }

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

border-color css

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

 span { border-color: rgb(181,162,242); }

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