Html Css Color HEX #BC809B Viola

📋 copy color: '#BC809B'

red 188 ◦ green 128 ◦ blue 155

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

Shades of Viola #BC809B

Tints of Viola #BC809B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.18%

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

R = 39.92%
G = 27.18%
B = 32.91%

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

#BC809B (or 0xBC809B) is known color: Viola. HEX triplet: BC, 80 and 9B. RGB value is (188,128,155). Sum of RGB (Red+Green+Blue) = 188+128+155=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC809B is #437F64. Grayscale: #949494. Windows color (decimal): -4423525 or 10191036. OLE color: 10191036.

HSL color Cylindrical-coordinate representation of color #BC809B: hue angle of 333º 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 #BC809B is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 128 155 -
CMYK 0 0.32 0.18 0.26
HSL 333º 0.31% 0.62% -
HSV(B) 333º 0.32% 0.74% -
XYZ 34.37 28.5 34.7 -
YUV 149.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 188 128 155 0 0.32 0.18 0.26 333 0.31 0.62
Hex BC 80 9B 0 20 12 1A 14D 1F 3E
Octal 274 200 233 0 40 22 32 515 37 76
Binary 10111100 10000000 10011011 0 100000 10010 11010 101001101 11111 111110

Color Harmonies of #BC809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC809B

Black with #BC809B

Text Example


Text Example

White with #BC809B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC809B; }

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

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

background-color css

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

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

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

border-color css

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

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

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