Html Css Color HEX #BC819B Viola

📋 copy color: '#BC819B'

red 188 ◦ green 129 ◦ blue 155

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

Shades of Viola #BC819B

Tints of Viola #BC819B

RGB

 RED value IS 188 (73.83% from 255) = 39.83%

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

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

R = 39.83%
G = 27.33%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC819B (or 0xBC819B) is known color: Viola. HEX triplet: BC, 81 and 9B. RGB value is (188,129,155). Sum of RGB (Red+Green+Blue) = 188+129+155=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC819B is #437E64. Grayscale: #959595. Windows color (decimal): -4423269 or 10191292. OLE color: 10191292.

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

Color convert

RGB 188 129 155 -
CMYK 0 0.31 0.18 0.26
HSL 333.56º 0.31% 0.62% -
HSV(B) 333.56º 0.31% 0.74% -
XYZ 34.51 28.76 34.74 -
YUV 149.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 188 129 155 0 0.31 0.18 0.26 333.56 0.31 0.62
Hex BC 81 9B 0 1F 12 1A 14E 1F 3E
Octal 274 201 233 0 37 22 32 516 37 76
Binary 10111100 10000001 10011011 0 11111 10010 11010 101001110 11111 111110

Color Harmonies of #BC819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC819B

Black with #BC819B

Text Example


Text Example

White with #BC819B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC819B; }

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

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

background-color css

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

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

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

border-color css

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

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

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