Html Css Color HEX #BC909D Viola

📋 copy color: '#BC909D'

red 188 ◦ green 144 ◦ blue 157

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

Shades of Viola #BC909D

Tints of Viola #BC909D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.45%

 BLUE value IS 157 (61.72% from 255) = 32.11%

R = 38.45%
G = 29.45%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC909D (or 0xBC909D) is known color: Viola. HEX triplet: BC, 90 and 9D. RGB value is (188,144,157). Sum of RGB (Red+Green+Blue) = 188+144+157=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC909D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC909D is #436F62. Grayscale: #9E9E9E. Windows color (decimal): -4419427 or 10326204. OLE color: 10326204.

HSL color Cylindrical-coordinate representation of color #BC909D: hue angle of 342.27º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC909D is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 144 157 -
CMYK 0 0.23 0.16 0.26
HSL 342.27º 0.25% 0.65% -
HSV(B) 342.27º 0.23% 0.74% -
XYZ 36.8 33.07 36.34 -
YUV 158.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 188 144 157 0 0.23 0.16 0.26 342.27 0.25 0.65
Hex BC 90 9D 0 17 10 1A 156 19 41
Octal 274 220 235 0 27 20 32 526 31 101
Binary 10111100 10010000 10011101 0 10111 10000 11010 101010110 11001 1000001

Color Harmonies of #BC909D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC909D

Black with #BC909D

Text Example


Text Example

White with #BC909D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC909D; }

 p { color: rgb(188,144,157); }

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

background-color css

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

 a { background-color: rgb(188,144,157); }

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

border-color css

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

 span { border-color: rgb(188,144,157); }

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