Html Css Color HEX #BC0981 Medium Violet Red

📋 copy color: '#BC0981'

red 188 ◦ green 9 ◦ blue 129

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

Shades of Medium Violet Red #BC0981

Tints of Medium Violet Red #BC0981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.57%

R = 57.67%
G = 2.76%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC0981 (or 0xBC0981) is known color: Medium Violet Red. HEX triplet: BC, 09 and 81. RGB value is (188,9,129). Sum of RGB (Red+Green+Blue) = 188+9+129=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0981 is #43F67E. Grayscale: #4B4B4B. Windows color (decimal): -4454015 or 8456636. OLE color: 8456636.

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

Color convert

RGB 188 9 129 -
CMYK 0 0.95 0.31 0.26
HSL 319.78º 0.91% 0.39% -
HSV(B) 319.78º 0.95% 0.74% -
XYZ 24.8 12.47 21.87 -
YUV 76.2 157.8 207.74 -
System Red Green Blue C M Y K H S L
Decimal 188 9 129 0 0.95 0.31 0.26 319.78 0.91 0.39
Hex BC 9 81 0 5F 1F 1A 140 5B 27
Octal 274 11 201 0 137 37 32 500 133 47
Binary 10111100 1001 10000001 0 1011111 11111 11010 101000000 1011011 100111

Color Harmonies of #BC0981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0981

Black with #BC0981

Text Example


Text Example

White with #BC0981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0981; }

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

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

background-color css

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

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

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

border-color css

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

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

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