Html Css Color HEX #B28C99 Viola

📋 copy color: '#B28C99'

red 178 ◦ green 140 ◦ blue 153

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

Shades of Viola #B28C99

Tints of Viola #B28C99

RGB

 RED value IS 178 (69.92% from 255) = 37.79%

 GREEN value IS 140 (55.08% from 255) = 29.72%

 BLUE value IS 153 (60.16% from 255) = 32.48%

R = 37.79%
G = 29.72%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B28C99 (or 0xB28C99) is known color: Viola. HEX triplet: B2, 8C and 99. RGB value is (178,140,153). Sum of RGB (Red+Green+Blue) = 178+140+153=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28C99 is #4D7366. Grayscale: #989898. Windows color (decimal): -5075815 or 10063026. OLE color: 10063026.

HSL color Cylindrical-coordinate representation of color #B28C99: hue angle of 339.47º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B28C99 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 140 153 -
CMYK 0 0.21 0.14 0.30
HSL 339.47º 0.2% 0.62% -
HSV(B) 339.47º 0.21% 0.7% -
XYZ 33.49 30.52 34.26 -
YUV 152.84 128.09 145.94 -
System Red Green Blue C M Y K H S L
Decimal 178 140 153 0 0.21 0.14 0.30 339.47 0.2 0.62
Hex B2 8C 99 0 15 E 1E 153 14 3E
Octal 262 214 231 0 25 16 36 523 24 76
Binary 10110010 10001100 10011001 0 10101 1110 11110 101010011 10100 111110

Color Harmonies of #B28C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C99

Black with #B28C99

Text Example


Text Example

White with #B28C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C99; }

 p { color: rgb(178,140,153); }

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

background-color css

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

 a { background-color: rgb(178,140,153); }

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

border-color css

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

 span { border-color: rgb(178,140,153); }

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