Html Css Color HEX #BD0874 Medium Violet Red

📋 copy color: '#BD0874'

red 189 ◦ green 8 ◦ blue 116

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

Shades of Medium Violet Red #BD0874

Tints of Medium Violet Red #BD0874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.06%

R = 60.38%
G = 2.56%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD0874 (or 0xBD0874) is known color: Medium Violet Red. HEX triplet: BD, 08 and 74. RGB value is (189,8,116). Sum of RGB (Red+Green+Blue) = 189+8+116=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0874 is #42F78B. Grayscale: #4A4A4A. Windows color (decimal): -4388748 or 7604413. OLE color: 7604413.

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

Color convert

RGB 189 8 116 -
CMYK 0 0.96 0.39 0.26
HSL 324.2º 0.92% 0.39% -
HSV(B) 324.2º 0.96% 0.74% -
XYZ 24.23 12.25 17.61 -
YUV 74.43 151.47 209.72 -
System Red Green Blue C M Y K H S L
Decimal 189 8 116 0 0.96 0.39 0.26 324.2 0.92 0.39
Hex BD 8 74 0 60 27 1A 144 5C 27
Octal 275 10 164 0 140 47 32 504 134 47
Binary 10111101 1000 1110100 0 1100000 100111 11010 101000100 1011100 100111

Color Harmonies of #BD0874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0874

Black with #BD0874

Text Example


Text Example

White with #BD0874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0874; }

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

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

background-color css

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

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

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

border-color css

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

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

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