Html Css Color HEX #B15DAB Violet Blue

📋 copy color: '#B15DAB'

red 177 ◦ green 93 ◦ blue 171

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

Shades of Violet Blue #B15DAB

Tints of Violet Blue #B15DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.09%

 BLUE value IS 171 (67.19% from 255) = 38.78%

R = 40.14%
G = 21.09%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B15DAB (or 0xB15DAB) is known color: Violet Blue. HEX triplet: B1, 5D and AB. RGB value is (177,93,171). Sum of RGB (Red+Green+Blue) = 177+93+171=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B15DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15DAB is #4EA254. Grayscale: #7E7E7E. Windows color (decimal): -5153365 or 11230641. OLE color: 11230641.

HSL color Cylindrical-coordinate representation of color #B15DAB: hue angle of 304.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B15DAB is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 93 171 -
CMYK 0 0.47 0.03 0.31
HSL 304.29º 0.35% 0.53% -
HSV(B) 304.29º 0.47% 0.69% -
XYZ 29.4 20.12 40.86 -
YUV 127.01 152.83 163.66 -
System Red Green Blue C M Y K H S L
Decimal 177 93 171 0 0.47 0.03 0.31 304.29 0.35 0.53
Hex B1 5D AB 0 2F 3 1F 130 23 35
Octal 261 135 253 0 57 3 37 460 43 65
Binary 10110001 1011101 10101011 0 101111 11 11111 100110000 100011 110101

Color Harmonies of #B15DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15DAB

Black with #B15DAB

Text Example


Text Example

White with #B15DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15DAB; }

 p { color: rgb(177,93,171); }

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

background-color css

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

 a { background-color: rgb(177,93,171); }

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

border-color css

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

 span { border-color: rgb(177,93,171); }

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