Html Css Color HEX #BC09A0 Medium Violet Red

📋 copy color: '#BC09A0'

red 188 ◦ green 9 ◦ blue 160

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

Shades of Medium Violet Red #BC09A0

Tints of Medium Violet Red #BC09A0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.52%

 BLUE value IS 160 (62.89% from 255) = 44.82%

R = 52.66%
G = 2.52%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC09A0 (or 0xBC09A0) is known color: Medium Violet Red. HEX triplet: BC, 09 and A0. RGB value is (188,9,160). Sum of RGB (Red+Green+Blue) = 188+9+160=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC09A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC09A0 is #43F65F. Grayscale: #4F4F4F. Windows color (decimal): -4453984 or 10488252. OLE color: 10488252.

HSL color Cylindrical-coordinate representation of color #BC09A0: hue angle of 309.39º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC09A0 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 9 160 -
CMYK 0 0.95 0.15 0.26
HSL 309.39º 0.91% 0.39% -
HSV(B) 309.39º 0.95% 0.74% -
XYZ 27.18 13.42 34.42 -
YUV 79.74 173.3 205.22 -
System Red Green Blue C M Y K H S L
Decimal 188 9 160 0 0.95 0.15 0.26 309.39 0.91 0.39
Hex BC 9 A0 0 5F F 1A 135 5B 27
Octal 274 11 240 0 137 17 32 465 133 47
Binary 10111100 1001 10100000 0 1011111 1111 11010 100110101 1011011 100111

Color Harmonies of #BC09A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC09A0

Black with #BC09A0

Text Example


Text Example

White with #BC09A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC09A0; }

 p { color: rgb(188,9,160); }

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

background-color css

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

 a { background-color: rgb(188,9,160); }

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

border-color css

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

 span { border-color: rgb(188,9,160); }

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