Html Css Color HEX #BC09A6 Medium Violet Red

📋 copy color: '#BC09A6'

red 188 ◦ green 9 ◦ blue 166

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

Shades of Medium Violet Red #BC09A6

Tints of Medium Violet Red #BC09A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.73%

R = 51.79%
G = 2.48%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC09A6 (or 0xBC09A6) is known color: Medium Violet Red. HEX triplet: BC, 09 and A6. RGB value is (188,9,166). Sum of RGB (Red+Green+Blue) = 188+9+166=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC09A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC09A6 is #43F659. Grayscale: #4F4F4F. Windows color (decimal): -4453978 or 10881468. OLE color: 10881468.

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

Color convert

RGB 188 9 166 -
CMYK 0 0.95 0.12 0.26
HSL 307.37º 0.91% 0.39% -
HSV(B) 307.37º 0.95% 0.74% -
XYZ 27.72 13.64 37.25 -
YUV 80.42 176.3 204.73 -
System Red Green Blue C M Y K H S L
Decimal 188 9 166 0 0.95 0.12 0.26 307.37 0.91 0.39
Hex BC 9 A6 0 5F C 1A 133 5B 27
Octal 274 11 246 0 137 14 32 463 133 47
Binary 10111100 1001 10100110 0 1011111 1100 11010 100110011 1011011 100111

Color Harmonies of #BC09A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC09A6

Black with #BC09A6

Text Example


Text Example

White with #BC09A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC09A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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