Html Css Color HEX #BD249E Medium Red Violet

📋 copy color: '#BD249E'

red 189 ◦ green 36 ◦ blue 158

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

Shades of Medium Red Violet #BD249E

Tints of Medium Red Violet #BD249E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.25%

R = 49.35%
G = 9.4%
B = 41.25%

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

#BD249E (or 0xBD249E) is known color: Medium Red Violet. HEX triplet: BD, 24 and 9E. RGB value is (189,36,158). Sum of RGB (Red+Green+Blue) = 189+36+158=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD249E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD249E is #42DB61. Grayscale: #5F5F5F. Windows color (decimal): -4381538 or 10364093. OLE color: 10364093.

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

Color convert

RGB 189 36 158 -
CMYK 0 0.81 0.16 0.26
HSL 312.16º 0.68% 0.44% -
HSV(B) 312.16º 0.81% 0.74% -
XYZ 27.79 14.55 33.69 -
YUV 95.66 163.19 194.58 -
System Red Green Blue C M Y K H S L
Decimal 189 36 158 0 0.81 0.16 0.26 312.16 0.68 0.44
Hex BD 24 9E 0 51 10 1A 138 44 2C
Octal 275 44 236 0 121 20 32 470 104 54
Binary 10111101 100100 10011110 0 1010001 10000 11010 100111000 1000100 101100

Color Harmonies of #BD249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD249E

Black with #BD249E

Text Example


Text Example

White with #BD249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD249E; }

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

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

background-color css

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

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

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

border-color css

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

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

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