Html Css Color HEX #BD249B Medium Red Violet

📋 copy color: '#BD249B'

red 189 ◦ green 36 ◦ blue 155

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

Shades of Medium Red Violet #BD249B

Tints of Medium Red Violet #BD249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.79%

R = 49.74%
G = 9.47%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD249B (or 0xBD249B) is known color: Medium Red Violet. HEX triplet: BD, 24 and 9B. RGB value is (189,36,155). Sum of RGB (Red+Green+Blue) = 189+36+155=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD249B is #42DB64. Grayscale: #5E5E5E. Windows color (decimal): -4381541 or 10167485. OLE color: 10167485.

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

Color convert

RGB 189 36 155 -
CMYK 0 0.81 0.18 0.26
HSL 313.33º 0.68% 0.44% -
HSV(B) 313.33º 0.81% 0.74% -
XYZ 27.53 14.45 32.35 -
YUV 95.31 161.69 194.82 -
System Red Green Blue C M Y K H S L
Decimal 189 36 155 0 0.81 0.18 0.26 313.33 0.68 0.44
Hex BD 24 9B 0 51 12 1A 139 44 2C
Octal 275 44 233 0 121 22 32 471 104 54
Binary 10111101 100100 10011011 0 1010001 10010 11010 100111001 1000100 101100

Color Harmonies of #BD249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD249B

Black with #BD249B

Text Example


Text Example

White with #BD249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD249B; }

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

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

background-color css

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

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

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

border-color css

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

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

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