Html Css Color HEX #B4878D Viola

📋 copy color: '#B4878D'

red 180 ◦ green 135 ◦ blue 141

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

Shades of Viola #B4878D

Tints of Viola #B4878D

RGB

 RED value IS 180 (70.7% from 255) = 39.47%

 GREEN value IS 135 (53.13% from 255) = 29.61%

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 39.47%
G = 29.61%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4878D (or 0xB4878D) is known color: Viola. HEX triplet: B4, 87 and 8D. RGB value is (180,135,141). Sum of RGB (Red+Green+Blue) = 180+135+141=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B4878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4878D is #4B7872. Grayscale: #959595. Windows color (decimal): -4946035 or 9275316. OLE color: 9275316.

HSL color Cylindrical-coordinate representation of color #B4878D: hue angle of 352º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4878D is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 135 141 -
CMYK 0 0.25 0.22 0.29
HSL 352º 0.23% 0.62% -
HSV(B) 352º 0.25% 0.71% -
XYZ 32.29 28.95 29.09 -
YUV 149.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 180 135 141 0 0.25 0.22 0.29 352 0.23 0.62
Hex B4 87 8D 0 19 16 1D 160 17 3E
Octal 264 207 215 0 31 26 35 540 27 76
Binary 10110100 10000111 10001101 0 11001 10110 11101 101100000 10111 111110

Color Harmonies of #B4878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4878D

Black with #B4878D

Text Example


Text Example

White with #B4878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4878D; }

 p { color: rgb(180,135,141); }

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

background-color css

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

 a { background-color: rgb(180,135,141); }

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

border-color css

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

 span { border-color: rgb(180,135,141); }

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