Html Css Color HEX #B19EFF Melrose

📋 copy color: '#B19EFF'

red 177 ◦ green 158 ◦ blue 255

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

Shades of Melrose #B19EFF

Tints of Melrose #B19EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.78%

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

R = 30%
G = 26.78%
B = 43.22%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B19EFF (or 0xB19EFF) is known color: Melrose. HEX triplet: B1, 9E and FF. RGB value is (177,158,255). Sum of RGB (Red+Green+Blue) = 177+158+255=590 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #B19EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19EFF is #4E6100. Grayscale: #AEAEAE. Windows color (decimal): -5136641 or 16752305. OLE color: 16752305.

HSL color Cylindrical-coordinate representation of color #B19EFF: hue angle of 251.75º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B19EFF is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 158 255 -
CMYK 0.31 0.38 0 0
HSL 251.75º 1% 0.81% -
HSV(B) 251.75º 0.38% 1% -
XYZ 48.41 41.02 99.97 -
YUV 174.74 173.29 129.61 -
System Red Green Blue C M Y K H S L
Decimal 177 158 255 0.31 0.38 0 0 251.75 1 0.81
Hex B1 9E FF 1F 26 0 0 FC 64 51
Octal 261 236 377 37 46 0 0 374 144 121
Binary 10110001 10011110 11111111 11111 100110 0 0 11111100 1100100 1010001

Color Harmonies of #B19EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19EFF

Black with #B19EFF

Text Example


Text Example

White with #B19EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19EFF; }

 p { color: rgb(177,158,255); }

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

background-color css

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

 a { background-color: rgb(177,158,255); }

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

border-color css

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

 span { border-color: rgb(177,158,255); }

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