Html Css Color HEX #B88294 Viola

📋 copy color: '#B88294'

red 184 ◦ green 130 ◦ blue 148

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

Shades of Viola #B88294

Tints of Viola #B88294

RGB

 RED value IS 184 (72.27% from 255) = 39.83%

 GREEN value IS 130 (51.17% from 255) = 28.14%

 BLUE value IS 148 (58.2% from 255) = 32.03%

R = 39.83%
G = 28.14%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B88294 (or 0xB88294) is known color: Viola. HEX triplet: B8, 82 and 94. RGB value is (184,130,148). Sum of RGB (Red+Green+Blue) = 184+130+148=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B88294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88294 is #477D6B. Grayscale: #949494. Windows color (decimal): -4685164 or 9732792. OLE color: 9732792.

HSL color Cylindrical-coordinate representation of color #B88294: hue angle of 340º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88294 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 130 148 -
CMYK 0 0.29 0.20 0.28
HSL 340º 0.28% 0.62% -
HSV(B) 340º 0.29% 0.72% -
XYZ 33.1 28.29 31.73 -
YUV 148.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 184 130 148 0 0.29 0.20 0.28 340 0.28 0.62
Hex B8 82 94 0 1D 14 1C 154 1C 3E
Octal 270 202 224 0 35 24 34 524 34 76
Binary 10111000 10000010 10010100 0 11101 10100 11100 101010100 11100 111110

Color Harmonies of #B88294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88294

Black with #B88294

Text Example


Text Example

White with #B88294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88294; }

 p { color: rgb(184,130,148); }

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

background-color css

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

 a { background-color: rgb(184,130,148); }

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

border-color css

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

 span { border-color: rgb(184,130,148); }

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