Html Css Color HEX #BC0B7F Medium Violet Red

📋 copy color: '#BC0B7F'

red 188 ◦ green 11 ◦ blue 127

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

Shades of Medium Violet Red #BC0B7F

Tints of Medium Violet Red #BC0B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.96%

R = 57.67%
G = 3.37%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC0B7F (or 0xBC0B7F) is known color: Medium Violet Red. HEX triplet: BC, 0B and 7F. RGB value is (188,11,127). Sum of RGB (Red+Green+Blue) = 188+11+127=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0B7F is #43F480. Grayscale: #4C4C4C. Windows color (decimal): -4453505 or 8326076. OLE color: 8326076.

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

Color convert

RGB 188 11 127 -
CMYK 0 0.94 0.32 0.26
HSL 320.68º 0.89% 0.39% -
HSV(B) 320.68º 0.94% 0.74% -
XYZ 24.69 12.46 21.18 -
YUV 77.15 156.14 207.07 -
System Red Green Blue C M Y K H S L
Decimal 188 11 127 0 0.94 0.32 0.26 320.68 0.89 0.39
Hex BC B 7F 0 5E 20 1A 141 59 27
Octal 274 13 177 0 136 40 32 501 131 47
Binary 10111100 1011 1111111 0 1011110 100000 11010 101000001 1011001 100111

Color Harmonies of #BC0B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0B7F

Black with #BC0B7F

Text Example


Text Example

White with #BC0B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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