Html Css Color HEX #B15FAB Violet Blue

📋 copy color: '#B15FAB'

red 177 ◦ green 95 ◦ blue 171

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

Shades of Violet Blue #B15FAB

Tints of Violet Blue #B15FAB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.44%

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

R = 39.95%
G = 21.44%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B15FAB (or 0xB15FAB) is known color: Violet Blue. HEX triplet: B1, 5F and AB. RGB value is (177,95,171). Sum of RGB (Red+Green+Blue) = 177+95+171=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B15FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15FAB is #4EA054. Grayscale: #7F7F7F. Windows color (decimal): -5152853 or 11231153. OLE color: 11231153.

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

Color convert

RGB 177 95 171 -
CMYK 0 0.46 0.03 0.31
HSL 304.39º 0.34% 0.53% -
HSV(B) 304.39º 0.46% 0.69% -
XYZ 29.57 20.47 40.92 -
YUV 128.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 177 95 171 0 0.46 0.03 0.31 304.39 0.34 0.53
Hex B1 5F AB 0 2E 3 1F 130 22 35
Octal 261 137 253 0 56 3 37 460 42 65
Binary 10110001 1011111 10101011 0 101110 11 11111 100110000 100010 110101

Color Harmonies of #B15FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FAB

Black with #B15FAB

Text Example


Text Example

White with #B15FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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