Html Css Color HEX #BD2F73 Medium Red Violet

📋 copy color: '#BD2F73'

red 189 ◦ green 47 ◦ blue 115

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

Shades of Medium Red Violet #BD2F73

Tints of Medium Red Violet #BD2F73

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.39%

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

R = 53.85%
G = 13.39%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD2F73 (or 0xBD2F73) is known color: Medium Red Violet. HEX triplet: BD, 2F and 73. RGB value is (189,47,115). Sum of RGB (Red+Green+Blue) = 189+47+115=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2F73 is #42D08C. Grayscale: #616161. Windows color (decimal): -4378765 or 7548861. OLE color: 7548861.

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

Color convert

RGB 189 47 115 -
CMYK 0 0.75 0.39 0.26
HSL 331.27º 0.6% 0.46% -
HSV(B) 331.27º 0.75% 0.74% -
XYZ 25.1 14.09 17.62 -
YUV 97.21 138.04 193.47 -
System Red Green Blue C M Y K H S L
Decimal 189 47 115 0 0.75 0.39 0.26 331.27 0.6 0.46
Hex BD 2F 73 0 4B 27 1A 14B 3C 2E
Octal 275 57 163 0 113 47 32 513 74 56
Binary 10111101 101111 1110011 0 1001011 100111 11010 101001011 111100 101110

Color Harmonies of #BD2F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2F73

Black with #BD2F73

Text Example


Text Example

White with #BD2F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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