Html Css Color HEX #BD0270 Medium Violet Red

📋 copy color: '#BD0270'

red 189 ◦ green 2 ◦ blue 112

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

Shades of Medium Violet Red #BD0270

Tints of Medium Violet Red #BD0270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.96%

R = 62.38%
G = 0.66%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD0270 (or 0xBD0270) is known color: Medium Violet Red. HEX triplet: BD, 02 and 70. RGB value is (189,2,112). Sum of RGB (Red+Green+Blue) = 189+2+112=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0270 is #42FD8F. Grayscale: #464646. Windows color (decimal): -4390288 or 7340733. OLE color: 7340733.

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

Color convert

RGB 189 2 112 -
CMYK 0 0.99 0.41 0.26
HSL 324.71º 0.98% 0.37% -
HSV(B) 324.71º 0.99% 0.74% -
XYZ 23.93 12.03 16.39 -
YUV 70.45 151.45 212.56 -
System Red Green Blue C M Y K H S L
Decimal 189 2 112 0 0.99 0.41 0.26 324.71 0.98 0.37
Hex BD 2 70 0 63 29 1A 145 62 25
Octal 275 2 160 0 143 51 32 505 142 45
Binary 10111101 10 1110000 0 1100011 101001 11010 101000101 1100010 100101

Color Harmonies of #BD0270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0270

Black with #BD0270

Text Example


Text Example

White with #BD0270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0270; }

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

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

background-color css

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

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

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

border-color css

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

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

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