Html Css Color HEX #BC0D9A Medium Violet Red

📋 copy color: '#BC0D9A'

red 188 ◦ green 13 ◦ blue 154

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

Shades of Medium Violet Red #BC0D9A

Tints of Medium Violet Red #BC0D9A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.66%

 BLUE value IS 154 (60.55% from 255) = 43.38%

R = 52.96%
G = 3.66%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC0D9A (or 0xBC0D9A) is known color: Medium Violet Red. HEX triplet: BC, 0D and 9A. RGB value is (188,13,154). Sum of RGB (Red+Green+Blue) = 188+13+154=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0D9A is #43F265. Grayscale: #515151. Windows color (decimal): -4452966 or 10096060. OLE color: 10096060.

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

Color convert

RGB 188 13 154 -
CMYK 0 0.93 0.18 0.26
HSL 311.66º 0.87% 0.39% -
HSV(B) 311.66º 0.93% 0.74% -
XYZ 26.72 13.31 31.73 -
YUV 81.4 168.98 204.04 -
System Red Green Blue C M Y K H S L
Decimal 188 13 154 0 0.93 0.18 0.26 311.66 0.87 0.39
Hex BC D 9A 0 5D 12 1A 138 57 27
Octal 274 15 232 0 135 22 32 470 127 47
Binary 10111100 1101 10011010 0 1011101 10010 11010 100111000 1010111 100111

Color Harmonies of #BC0D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0D9A

Black with #BC0D9A

Text Example


Text Example

White with #BC0D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0D9A; }

 p { color: rgb(188,13,154); }

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

background-color css

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

 a { background-color: rgb(188,13,154); }

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

border-color css

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

 span { border-color: rgb(188,13,154); }

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