Html Css Color HEX #BD0273 Medium Violet Red

📋 copy color: '#BD0273'

red 189 ◦ green 2 ◦ blue 115

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

Shades of Medium Violet Red #BD0273

Tints of Medium Violet Red #BD0273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 115 (45.31% from 255) = 37.58%

R = 61.76%
G = 0.65%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD0273 (or 0xBD0273) is known color: Medium Violet Red. HEX triplet: BD, 02 and 73. RGB value is (189,2,115). Sum of RGB (Red+Green+Blue) = 189+2+115=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0273 is #42FD8C. Grayscale: #464646. Windows color (decimal): -4390285 or 7537341. OLE color: 7537341.

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

Color convert

RGB 189 2 115 -
CMYK 0 0.99 0.39 0.26
HSL 323.74º 0.98% 0.37% -
HSV(B) 323.74º 0.99% 0.74% -
XYZ 24.1 12.1 17.28 -
YUV 70.8 152.95 212.31 -
System Red Green Blue C M Y K H S L
Decimal 189 2 115 0 0.99 0.39 0.26 323.74 0.98 0.37
Hex BD 2 73 0 63 27 1A 144 62 25
Octal 275 2 163 0 143 47 32 504 142 45
Binary 10111101 10 1110011 0 1100011 100111 11010 101000100 1100010 100101

Color Harmonies of #BD0273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0273

Black with #BD0273

Text Example


Text Example

White with #BD0273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0273; }

 p { color: rgb(189,2,115); }

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

background-color css

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

 a { background-color: rgb(189,2,115); }

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

border-color css

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

 span { border-color: rgb(189,2,115); }

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