Html Css Color HEX #BD0878 Medium Violet Red

📋 copy color: '#BD0878'

red 189 ◦ green 8 ◦ blue 120

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

Shades of Medium Violet Red #BD0878

Tints of Medium Violet Red #BD0878

RGB

 RED value IS 189 (74.22% from 255) = 59.62%

 GREEN value IS 8 (3.52% from 255) = 2.52%

 BLUE value IS 120 (47.27% from 255) = 37.85%

R = 59.62%
G = 2.52%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD0878 (or 0xBD0878) is known color: Medium Violet Red. HEX triplet: BD, 08 and 78. RGB value is (189,8,120). Sum of RGB (Red+Green+Blue) = 189+8+120=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0878 is #42F787. Grayscale: #4A4A4A. Windows color (decimal): -4388744 or 7866557. OLE color: 7866557.

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

Color convert

RGB 189 8 120 -
CMYK 0 0.96 0.37 0.26
HSL 322.87º 0.92% 0.39% -
HSV(B) 322.87º 0.96% 0.74% -
XYZ 24.46 12.35 18.86 -
YUV 74.89 153.47 209.39 -
System Red Green Blue C M Y K H S L
Decimal 189 8 120 0 0.96 0.37 0.26 322.87 0.92 0.39
Hex BD 8 78 0 60 25 1A 143 5C 27
Octal 275 10 170 0 140 45 32 503 134 47
Binary 10111101 1000 1111000 0 1100000 100101 11010 101000011 1011100 100111

Color Harmonies of #BD0878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0878

Black with #BD0878

Text Example


Text Example

White with #BD0878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0878; }

 p { color: rgb(189,8,120); }

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

background-color css

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

 a { background-color: rgb(189,8,120); }

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

border-color css

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

 span { border-color: rgb(189,8,120); }

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