Html Css Color HEX #BC09A2 Medium Violet Red

📋 copy color: '#BC09A2'

red 188 ◦ green 9 ◦ blue 162

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

Shades of Medium Violet Red #BC09A2

Tints of Medium Violet Red #BC09A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.13%

R = 52.37%
G = 2.51%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC09A2 (or 0xBC09A2) is known color: Medium Violet Red. HEX triplet: BC, 09 and A2. RGB value is (188,9,162). Sum of RGB (Red+Green+Blue) = 188+9+162=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC09A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC09A2 is #43F65D. Grayscale: #4F4F4F. Windows color (decimal): -4453982 or 10619324. OLE color: 10619324.

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

Color convert

RGB 188 9 162 -
CMYK 0 0.95 0.14 0.26
HSL 308.72º 0.91% 0.39% -
HSV(B) 308.72º 0.95% 0.74% -
XYZ 27.36 13.5 35.35 -
YUV 79.96 174.3 205.06 -
System Red Green Blue C M Y K H S L
Decimal 188 9 162 0 0.95 0.14 0.26 308.72 0.91 0.39
Hex BC 9 A2 0 5F E 1A 135 5B 27
Octal 274 11 242 0 137 16 32 465 133 47
Binary 10111100 1001 10100010 0 1011111 1110 11010 100110101 1011011 100111

Color Harmonies of #BC09A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC09A2

Black with #BC09A2

Text Example


Text Example

White with #BC09A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC09A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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