Html Css Color HEX #BC0BA1 Medium Violet Red

📋 copy color: '#BC0BA1'

red 188 ◦ green 11 ◦ blue 161

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

Shades of Medium Violet Red #BC0BA1

Tints of Medium Violet Red #BC0BA1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.06%

 BLUE value IS 161 (63.28% from 255) = 44.72%

R = 52.22%
G = 3.06%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC0BA1 (or 0xBC0BA1) is known color: Medium Violet Red. HEX triplet: BC, 0B and A1. RGB value is (188,11,161). Sum of RGB (Red+Green+Blue) = 188+11+161=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0BA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0BA1 is #43F45E. Grayscale: #505050. Windows color (decimal): -4453471 or 10554300. OLE color: 10554300.

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

Color convert

RGB 188 11 161 -
CMYK 0 0.94 0.14 0.26
HSL 309.15º 0.89% 0.39% -
HSV(B) 309.15º 0.94% 0.74% -
XYZ 27.29 13.5 34.89 -
YUV 81.02 173.14 204.3 -
System Red Green Blue C M Y K H S L
Decimal 188 11 161 0 0.94 0.14 0.26 309.15 0.89 0.39
Hex BC B A1 0 5E E 1A 135 59 27
Octal 274 13 241 0 136 16 32 465 131 47
Binary 10111100 1011 10100001 0 1011110 1110 11010 100110101 1011001 100111

Color Harmonies of #BC0BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0BA1

Black with #BC0BA1

Text Example


Text Example

White with #BC0BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0BA1; }

 p { color: rgb(188,11,161); }

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

background-color css

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

 a { background-color: rgb(188,11,161); }

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

border-color css

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

 span { border-color: rgb(188,11,161); }

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