Html Css Color HEX #B19FFC Melrose

📋 copy color: '#B19FFC'

red 177 ◦ green 159 ◦ blue 252

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

Shades of Melrose #B19FFC

Tints of Melrose #B19FFC

RGB

 RED value IS 177 (69.53% from 255) = 30.1%

 GREEN value IS 159 (62.5% from 255) = 27.04%

 BLUE value IS 252 (98.83% from 255) = 42.86%

R = 30.1%
G = 27.04%
B = 42.86%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B19FFC (or 0xB19FFC) is known color: Melrose. HEX triplet: B1, 9F and FC. RGB value is (177,159,252). Sum of RGB (Red+Green+Blue) = 177+159+252=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #B19FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19FFC is #4E6003. Grayscale: #AEAEAE. Windows color (decimal): -5136388 or 16555953. OLE color: 16555953.

HSL color Cylindrical-coordinate representation of color #B19FFC: hue angle of 251.61º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B19FFC is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 159 252 -
CMYK 0.30 0.37 0 0.01
HSL 251.61º 0.94% 0.81% -
HSV(B) 251.61º 0.37% 0.99% -
XYZ 48.1 41.17 97.51 -
YUV 174.98 171.46 129.44 -
System Red Green Blue C M Y K H S L
Decimal 177 159 252 0.30 0.37 0 0.01 251.61 0.94 0.81
Hex B1 9F FC 1E 25 0 1 FC 5E 51
Octal 261 237 374 36 45 0 1 374 136 121
Binary 10110001 10011111 11111100 11110 100101 0 1 11111100 1011110 1010001

Color Harmonies of #B19FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19FFC

Black with #B19FFC

Text Example


Text Example

White with #B19FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19FFC; }

 p { color: rgb(177,159,252); }

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

background-color css

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

 a { background-color: rgb(177,159,252); }

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

border-color css

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

 span { border-color: rgb(177,159,252); }

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