Html Css Color HEX #B15DA8 Violet Blue

📋 copy color: '#B15DA8'

red 177 ◦ green 93 ◦ blue 168

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

Shades of Violet Blue #B15DA8

Tints of Violet Blue #B15DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.36%

R = 40.41%
G = 21.23%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B15DA8 (or 0xB15DA8) is known color: Violet Blue. HEX triplet: B1, 5D and A8. RGB value is (177,93,168). Sum of RGB (Red+Green+Blue) = 177+93+168=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B15DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15DA8 is #4EA257. Grayscale: #7E7E7E. Windows color (decimal): -5153368 or 11034033. OLE color: 11034033.

HSL color Cylindrical-coordinate representation of color #B15DA8: hue angle of 306.43º 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 #B15DA8 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 93 168 -
CMYK 0 0.47 0.05 0.31
HSL 306.43º 0.35% 0.53% -
HSV(B) 306.43º 0.47% 0.69% -
XYZ 29.11 20 39.37 -
YUV 126.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 177 93 168 0 0.47 0.05 0.31 306.43 0.35 0.53
Hex B1 5D A8 0 2F 5 1F 132 23 35
Octal 261 135 250 0 57 5 37 462 43 65
Binary 10110001 1011101 10101000 0 101111 101 11111 100110010 100011 110101

Color Harmonies of #B15DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15DA8

Black with #B15DA8

Text Example


Text Example

White with #B15DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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