Html Css Color HEX #BD247F Medium Red Violet

📋 copy color: '#BD247F'

red 189 ◦ green 36 ◦ blue 127

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

Shades of Medium Red Violet #BD247F

Tints of Medium Red Violet #BD247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.23%

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

R = 53.69%
G = 10.23%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD247F (or 0xBD247F) is known color: Medium Red Violet. HEX triplet: BD, 24 and 7F. RGB value is (189,36,127). Sum of RGB (Red+Green+Blue) = 189+36+127=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD247F is #42DB80. Grayscale: #5B5B5B. Windows color (decimal): -4381569 or 8332477. OLE color: 8332477.

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

Color convert

RGB 189 36 127 -
CMYK 0 0.81 0.33 0.26
HSL 324.31º 0.68% 0.44% -
HSV(B) 324.31º 0.81% 0.74% -
XYZ 25.45 13.61 21.36 -
YUV 92.12 147.69 197.1 -
System Red Green Blue C M Y K H S L
Decimal 189 36 127 0 0.81 0.33 0.26 324.31 0.68 0.44
Hex BD 24 7F 0 51 21 1A 144 44 2C
Octal 275 44 177 0 121 41 32 504 104 54
Binary 10111101 100100 1111111 0 1010001 100001 11010 101000100 1000100 101100

Color Harmonies of #BD247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD247F

Black with #BD247F

Text Example


Text Example

White with #BD247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD247F; }

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

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

background-color css

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

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

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

border-color css

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

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

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