Html Css Color HEX #B0888F Viola

📋 copy color: '#B0888F'

red 176 ◦ green 136 ◦ blue 143

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

Shades of Viola #B0888F

Tints of Viola #B0888F

RGB

 RED value IS 176 (69.14% from 255) = 38.68%

 GREEN value IS 136 (53.52% from 255) = 29.89%

 BLUE value IS 143 (56.25% from 255) = 31.43%

R = 38.68%
G = 29.89%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0888F (or 0xB0888F) is known color: Viola. HEX triplet: B0, 88 and 8F. RGB value is (176,136,143). Sum of RGB (Red+Green+Blue) = 176+136+143=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B0888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0888F is #4F7770. Grayscale: #949494. Windows color (decimal): -5207921 or 9406640. OLE color: 9406640.

HSL color Cylindrical-coordinate representation of color #B0888F: hue angle of 349.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0888F is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 143 -
CMYK 0 0.23 0.19 0.31
HSL 349.5º 0.2% 0.61% -
HSV(B) 349.5º 0.23% 0.69% -
XYZ 31.67 28.82 29.88 -
YUV 148.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 176 136 143 0 0.23 0.19 0.31 349.5 0.2 0.61
Hex B0 88 8F 0 17 13 1F 15E 14 3D
Octal 260 210 217 0 27 23 37 536 24 75
Binary 10110000 10001000 10001111 0 10111 10011 11111 101011110 10100 111101

Color Harmonies of #B0888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0888F

Black with #B0888F

Text Example


Text Example

White with #B0888F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0888F; }

 p { color: rgb(176,136,143); }

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

background-color css

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

 a { background-color: rgb(176,136,143); }

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

border-color css

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

 span { border-color: rgb(176,136,143); }

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