Html Css Color HEX #BD2F7F Medium Red Violet

📋 copy color: '#BD2F7F'

red 189 ◦ green 47 ◦ blue 127

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

Shades of Medium Red Violet #BD2F7F

Tints of Medium Red Violet #BD2F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.99%

R = 52.07%
G = 12.95%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD2F7F (or 0xBD2F7F) is known color: Medium Red Violet. HEX triplet: BD, 2F and 7F. RGB value is (189,47,127). Sum of RGB (Red+Green+Blue) = 189+47+127=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2F7F is #42D080. Grayscale: #626262. Windows color (decimal): -4378753 or 8335293. OLE color: 8335293.

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

Color convert

RGB 189 47 127 -
CMYK 0 0.75 0.33 0.26
HSL 326.2º 0.6% 0.46% -
HSV(B) 326.2º 0.75% 0.74% -
XYZ 25.83 14.38 21.49 -
YUV 98.58 144.04 192.5 -
System Red Green Blue C M Y K H S L
Decimal 189 47 127 0 0.75 0.33 0.26 326.2 0.6 0.46
Hex BD 2F 7F 0 4B 21 1A 146 3C 2E
Octal 275 57 177 0 113 41 32 506 74 56
Binary 10111101 101111 1111111 0 1001011 100001 11010 101000110 111100 101110

Color Harmonies of #BD2F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2F7F

Black with #BD2F7F

Text Example


Text Example

White with #BD2F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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