Html Css Color HEX #BD819B Viola

📋 copy color: '#BD819B'

red 189 ◦ green 129 ◦ blue 155

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

Shades of Viola #BD819B

Tints of Viola #BD819B

RGB

 RED value IS 189 (74.22% from 255) = 39.96%

 GREEN value IS 129 (50.78% from 255) = 27.27%

 BLUE value IS 155 (60.94% from 255) = 32.77%

R = 39.96%
G = 27.27%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD819B (or 0xBD819B) is known color: Viola. HEX triplet: BD, 81 and 9B. RGB value is (189,129,155). Sum of RGB (Red+Green+Blue) = 189+129+155=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD819B is #427E64. Grayscale: #959595. Windows color (decimal): -4357733 or 10191293. OLE color: 10191293.

HSL color Cylindrical-coordinate representation of color #BD819B: hue angle of 334º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD819B is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 129 155 -
CMYK 0 0.32 0.18 0.26
HSL 334º 0.31% 0.62% -
HSV(B) 334º 0.32% 0.74% -
XYZ 34.75 28.89 34.75 -
YUV 149.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 189 129 155 0 0.32 0.18 0.26 334 0.31 0.62
Hex BD 81 9B 0 20 12 1A 14E 1F 3E
Octal 275 201 233 0 40 22 32 516 37 76
Binary 10111101 10000001 10011011 0 100000 10010 11010 101001110 11111 111110

Color Harmonies of #BD819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD819B

Black with #BD819B

Text Example


Text Example

White with #BD819B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD819B; }

 p { color: rgb(189,129,155); }

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

background-color css

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

 a { background-color: rgb(189,129,155); }

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

border-color css

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

 span { border-color: rgb(189,129,155); }

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