Html Css Color HEX #BD249A Medium Red Violet

📋 copy color: '#BD249A'

red 189 ◦ green 36 ◦ blue 154

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

Shades of Medium Red Violet #BD249A

Tints of Medium Red Violet #BD249A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.63%

R = 49.87%
G = 9.5%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD249A (or 0xBD249A) is known color: Medium Red Violet. HEX triplet: BD, 24 and 9A. RGB value is (189,36,154). Sum of RGB (Red+Green+Blue) = 189+36+154=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD249A is #42DB65. Grayscale: #5E5E5E. Windows color (decimal): -4381542 or 10101949. OLE color: 10101949.

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

Color convert

RGB 189 36 154 -
CMYK 0 0.81 0.19 0.26
HSL 313.73º 0.68% 0.44% -
HSV(B) 313.73º 0.81% 0.74% -
XYZ 27.45 14.41 31.91 -
YUV 95.2 161.19 194.91 -
System Red Green Blue C M Y K H S L
Decimal 189 36 154 0 0.81 0.19 0.26 313.73 0.68 0.44
Hex BD 24 9A 0 51 13 1A 13A 44 2C
Octal 275 44 232 0 121 23 32 472 104 54
Binary 10111101 100100 10011010 0 1010001 10011 11010 100111010 1000100 101100

Color Harmonies of #BD249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD249A

Black with #BD249A

Text Example


Text Example

White with #BD249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD249A; }

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

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

background-color css

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

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

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

border-color css

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

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

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