Html Css Color HEX #BD257F Medium Red Violet

📋 copy color: '#BD257F'

red 189 ◦ green 37 ◦ blue 127

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

Shades of Medium Red Violet #BD257F

Tints of Medium Red Violet #BD257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.48%

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

R = 53.54%
G = 10.48%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD257F (or 0xBD257F) is known color: Medium Red Violet. HEX triplet: BD, 25 and 7F. RGB value is (189,37,127). Sum of RGB (Red+Green+Blue) = 189+37+127=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD257F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD257F is #42DA80. Grayscale: #5C5C5C. Windows color (decimal): -4381313 or 8332733. OLE color: 8332733.

HSL color Cylindrical-coordinate representation of color #BD257F: hue angle of 324.47º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD257F is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 37 127 -
CMYK 0 0.80 0.33 0.26
HSL 324.47º 0.67% 0.44% -
HSV(B) 324.47º 0.8% 0.74% -
XYZ 25.48 13.67 21.38 -
YUV 92.71 147.36 196.68 -
System Red Green Blue C M Y K H S L
Decimal 189 37 127 0 0.80 0.33 0.26 324.47 0.67 0.44
Hex BD 25 7F 0 50 21 1A 144 43 2C
Octal 275 45 177 0 120 41 32 504 103 54
Binary 10111101 100101 1111111 0 1010000 100001 11010 101000100 1000011 101100

Color Harmonies of #BD257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD257F

Black with #BD257F

Text Example


Text Example

White with #BD257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD257F; }

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

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

background-color css

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

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

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

border-color css

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

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

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