Html Css Color HEX #BD249F Medium Red Violet

📋 copy color: '#BD249F'

red 189 ◦ green 36 ◦ blue 159

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

Shades of Medium Red Violet #BD249F

Tints of Medium Red Violet #BD249F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.41%

R = 49.22%
G = 9.38%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD249F (or 0xBD249F) is known color: Medium Red Violet. HEX triplet: BD, 24 and 9F. RGB value is (189,36,159). Sum of RGB (Red+Green+Blue) = 189+36+159=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD249F is #42DB60. Grayscale: #5F5F5F. Windows color (decimal): -4381537 or 10429629. OLE color: 10429629.

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

Color convert

RGB 189 36 159 -
CMYK 0 0.81 0.16 0.26
HSL 311.76º 0.68% 0.44% -
HSV(B) 311.76º 0.81% 0.74% -
XYZ 27.88 14.58 34.15 -
YUV 95.77 163.69 194.5 -
System Red Green Blue C M Y K H S L
Decimal 189 36 159 0 0.81 0.16 0.26 311.76 0.68 0.44
Hex BD 24 9F 0 51 10 1A 138 44 2C
Octal 275 44 237 0 121 20 32 470 104 54
Binary 10111101 100100 10011111 0 1010001 10000 11010 100111000 1000100 101100

Color Harmonies of #BD249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD249F

Black with #BD249F

Text Example


Text Example

White with #BD249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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