Html Css Color HEX #BD0384 Medium Violet Red

📋 copy color: '#BD0384'

red 189 ◦ green 3 ◦ blue 132

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

Shades of Medium Violet Red #BD0384

Tints of Medium Violet Red #BD0384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

 BLUE value IS 132 (51.95% from 255) = 40.74%

R = 58.33%
G = 0.93%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD0384 (or 0xBD0384) is known color: Medium Violet Red. HEX triplet: BD, 03 and 84. RGB value is (189,3,132). Sum of RGB (Red+Green+Blue) = 189+3+132=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0384 is #42FC7B. Grayscale: #484848. Windows color (decimal): -4390012 or 8651709. OLE color: 8651709.

HSL color Cylindrical-coordinate representation of color #BD0384: hue angle of 318.39º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0384 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 3 132 -
CMYK 0 0.98 0.30 0.26
HSL 318.39º 0.97% 0.38% -
HSV(B) 318.39º 0.98% 0.74% -
XYZ 25.18 12.55 22.92 -
YUV 73.32 161.12 210.51 -
System Red Green Blue C M Y K H S L
Decimal 189 3 132 0 0.98 0.30 0.26 318.39 0.97 0.38
Hex BD 3 84 0 62 1E 1A 13E 61 26
Octal 275 3 204 0 142 36 32 476 141 46
Binary 10111101 11 10000100 0 1100010 11110 11010 100111110 1100001 100110

Color Harmonies of #BD0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0384

Black with #BD0384

Text Example


Text Example

White with #BD0384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0384; }

 p { color: rgb(189,3,132); }

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

background-color css

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

 a { background-color: rgb(189,3,132); }

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

border-color css

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

 span { border-color: rgb(189,3,132); }

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