Html Css Color HEX #BD0875 Medium Violet Red

📋 copy color: '#BD0875'

red 189 ◦ green 8 ◦ blue 117

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

Shades of Medium Violet Red #BD0875

Tints of Medium Violet Red #BD0875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 60.19%
G = 2.55%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD0875 (or 0xBD0875) is known color: Medium Violet Red. HEX triplet: BD, 08 and 75. RGB value is (189,8,117). Sum of RGB (Red+Green+Blue) = 189+8+117=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0875 is #42F78A. Grayscale: #4A4A4A. Windows color (decimal): -4388747 or 7669949. OLE color: 7669949.

HSL color Cylindrical-coordinate representation of color #BD0875: hue angle of 323.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 #BD0875 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 8 117 -
CMYK 0 0.96 0.38 0.26
HSL 323.87º 0.92% 0.39% -
HSV(B) 323.87º 0.96% 0.74% -
XYZ 24.28 12.28 17.92 -
YUV 74.55 151.97 209.64 -
System Red Green Blue C M Y K H S L
Decimal 189 8 117 0 0.96 0.38 0.26 323.87 0.92 0.39
Hex BD 8 75 0 60 26 1A 144 5C 27
Octal 275 10 165 0 140 46 32 504 134 47
Binary 10111101 1000 1110101 0 1100000 100110 11010 101000100 1011100 100111

Color Harmonies of #BD0875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0875

Black with #BD0875

Text Example


Text Example

White with #BD0875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0875; }

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

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

background-color css

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

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

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

border-color css

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

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

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