Html Css Color HEX #BD0D7B Medium Violet Red

📋 copy color: '#BD0D7B'

red 189 ◦ green 13 ◦ blue 123

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

Shades of Medium Violet Red #BD0D7B

Tints of Medium Violet Red #BD0D7B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4%

 BLUE value IS 123 (48.44% from 255) = 37.85%

R = 58.15%
G = 4%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD0D7B (or 0xBD0D7B) is known color: Medium Violet Red. HEX triplet: BD, 0D and 7B. RGB value is (189,13,123). Sum of RGB (Red+Green+Blue) = 189+13+123=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0D7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0D7B is #42F284. Grayscale: #4D4D4D. Windows color (decimal): -4387461 or 8064445. OLE color: 8064445.

HSL color Cylindrical-coordinate representation of color #BD0D7B: hue angle of 322.5º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0D7B is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 13 123 -
CMYK 0 0.93 0.35 0.26
HSL 322.5º 0.87% 0.4% -
HSV(B) 322.5º 0.93% 0.74% -
XYZ 24.71 12.54 19.86 -
YUV 78.16 153.31 207.06 -
System Red Green Blue C M Y K H S L
Decimal 189 13 123 0 0.93 0.35 0.26 322.5 0.87 0.4
Hex BD D 7B 0 5D 23 1A 142 57 28
Octal 275 15 173 0 135 43 32 502 127 50
Binary 10111101 1101 1111011 0 1011101 100011 11010 101000010 1010111 101000

Color Harmonies of #BD0D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0D7B

Black with #BD0D7B

Text Example


Text Example

White with #BD0D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0D7B; }

 p { color: rgb(189,13,123); }

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

background-color css

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

 a { background-color: rgb(189,13,123); }

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

border-color css

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

 span { border-color: rgb(189,13,123); }

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