Html Css Color HEX #BC0B9A Medium Violet Red

📋 copy color: '#BC0B9A'

red 188 ◦ green 11 ◦ blue 154

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

Shades of Medium Violet Red #BC0B9A

Tints of Medium Violet Red #BC0B9A

RGB

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

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

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

R = 53.26%
G = 3.12%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC0B9A (or 0xBC0B9A) is known color: Medium Violet Red. HEX triplet: BC, 0B and 9A. RGB value is (188,11,154). Sum of RGB (Red+Green+Blue) = 188+11+154=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0B9A is #43F465. Grayscale: #4F4F4F. Windows color (decimal): -4453478 or 10095548. OLE color: 10095548.

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

Color convert

RGB 188 11 154 -
CMYK 0 0.94 0.18 0.26
HSL 311.53º 0.89% 0.39% -
HSV(B) 311.53º 0.94% 0.74% -
XYZ 26.69 13.26 31.73 -
YUV 80.23 169.64 204.87 -
System Red Green Blue C M Y K H S L
Decimal 188 11 154 0 0.94 0.18 0.26 311.53 0.89 0.39
Hex BC B 9A 0 5E 12 1A 138 59 27
Octal 274 13 232 0 136 22 32 470 131 47
Binary 10111100 1011 10011010 0 1011110 10010 11010 100111000 1011001 100111

Color Harmonies of #BC0B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0B9A

Black with #BC0B9A

Text Example


Text Example

White with #BC0B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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