Html Css Color HEX #BD0983 Medium Violet Red

📋 copy color: '#BD0983'

red 189 ◦ green 9 ◦ blue 131

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

Shades of Medium Violet Red #BD0983

Tints of Medium Violet Red #BD0983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.82%

R = 57.45%
G = 2.74%
B = 39.82%

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

#BD0983 (or 0xBD0983) is known color: Medium Violet Red. HEX triplet: BD, 09 and 83. RGB value is (189,9,131). Sum of RGB (Red+Green+Blue) = 189+9+131=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0983 is #42F67C. Grayscale: #4C4C4C. Windows color (decimal): -4388477 or 8587709. OLE color: 8587709.

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

Color convert

RGB 189 9 131 -
CMYK 0 0.95 0.31 0.26
HSL 319.33º 0.91% 0.39% -
HSV(B) 319.33º 0.95% 0.74% -
XYZ 25.18 12.65 22.59 -
YUV 76.73 158.63 208.08 -
System Red Green Blue C M Y K H S L
Decimal 189 9 131 0 0.95 0.31 0.26 319.33 0.91 0.39
Hex BD 9 83 0 5F 1F 1A 13F 5B 27
Octal 275 11 203 0 137 37 32 477 133 47
Binary 10111101 1001 10000011 0 1011111 11111 11010 100111111 1011011 100111

Color Harmonies of #BD0983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0983

Black with #BD0983

Text Example


Text Example

White with #BD0983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0983; }

 p { color: rgb(189,9,131); }

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

background-color css

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

 a { background-color: rgb(189,9,131); }

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

border-color css

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

 span { border-color: rgb(189,9,131); }

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