Html Css Color HEX #B2A1F9 Melrose

📋 copy color: '#B2A1F9'

red 178 ◦ green 161 ◦ blue 249

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

Shades of Melrose #B2A1F9

Tints of Melrose #B2A1F9

RGB

 RED value IS 178 (69.92% from 255) = 30.27%

 GREEN value IS 161 (63.28% from 255) = 27.38%

 BLUE value IS 249 (97.66% from 255) = 42.35%

R = 30.27%
G = 27.38%
B = 42.35%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2A1F9 (or 0xB2A1F9) is known color: Melrose. HEX triplet: B2, A1 and F9. RGB value is (178,161,249). Sum of RGB (Red+Green+Blue) = 178+161+249=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #B2A1F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A1F9 is #4D5E06. Grayscale: #AFAFAF. Windows color (decimal): -5070343 or 16359858. OLE color: 16359858.

HSL color Cylindrical-coordinate representation of color #B2A1F9: hue angle of 251.59º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2A1F9 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 161 249 -
CMYK 0.29 0.35 0 0.02
HSL 251.59º 0.88% 0.8% -
HSV(B) 251.59º 0.35% 0.98% -
XYZ 48.2 41.79 95.15 -
YUV 176.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 178 161 249 0.29 0.35 0 0.02 251.59 0.88 0.8
Hex B2 A1 F9 1D 23 0 2 FC 58 50
Octal 262 241 371 35 43 0 2 374 130 120
Binary 10110010 10100001 11111001 11101 100011 0 10 11111100 1011000 1010000

Color Harmonies of #B2A1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A1F9

Black with #B2A1F9

Text Example


Text Example

White with #B2A1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A1F9; }

 p { color: rgb(178,161,249); }

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

background-color css

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

 a { background-color: rgb(178,161,249); }

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

border-color css

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

 span { border-color: rgb(178,161,249); }

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