Html Css Color HEX #BD0374 Medium Violet Red

📋 copy color: '#BD0374'

red 189 ◦ green 3 ◦ blue 116

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

Shades of Medium Violet Red #BD0374

Tints of Medium Violet Red #BD0374

RGB

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

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

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

R = 61.36%
G = 0.97%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD0374 (or 0xBD0374) is known color: Medium Violet Red. HEX triplet: BD, 03 and 74. RGB value is (189,3,116). Sum of RGB (Red+Green+Blue) = 189+3+116=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0374 is #42FC8B. Grayscale: #474747. Windows color (decimal): -4390028 or 7603133. OLE color: 7603133.

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

Color convert

RGB 189 3 116 -
CMYK 0 0.98 0.39 0.26
HSL 323.55º 0.97% 0.38% -
HSV(B) 323.55º 0.98% 0.74% -
XYZ 24.17 12.14 17.59 -
YUV 71.5 153.12 211.81 -
System Red Green Blue C M Y K H S L
Decimal 189 3 116 0 0.98 0.39 0.26 323.55 0.97 0.38
Hex BD 3 74 0 62 27 1A 144 61 26
Octal 275 3 164 0 142 47 32 504 141 46
Binary 10111101 11 1110100 0 1100010 100111 11010 101000100 1100001 100110

Color Harmonies of #BD0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0374

Black with #BD0374

Text Example


Text Example

White with #BD0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0374; }

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

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

background-color css

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

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

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

border-color css

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

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

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