Html Css Color HEX #BD239F Medium Violet Red

📋 copy color: '#BD239F'

red 189 ◦ green 35 ◦ blue 159

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

Shades of Medium Violet Red #BD239F

Tints of Medium Violet Red #BD239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.14%

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

R = 49.35%
G = 9.14%
B = 41.51%

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

#BD239F (or 0xBD239F) is known color: Medium Violet Red. HEX triplet: BD, 23 and 9F. RGB value is (189,35,159). Sum of RGB (Red+Green+Blue) = 189+35+159=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD239F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD239F is #42DC60. Grayscale: #5E5E5E. Windows color (decimal): -4381793 or 10429373. OLE color: 10429373.

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

Color convert

RGB 189 35 159 -
CMYK 0 0.81 0.16 0.26
HSL 311.69º 0.69% 0.44% -
HSV(B) 311.69º 0.81% 0.74% -
XYZ 27.85 14.52 34.14 -
YUV 95.18 164.02 194.92 -
System Red Green Blue C M Y K H S L
Decimal 189 35 159 0 0.81 0.16 0.26 311.69 0.69 0.44
Hex BD 23 9F 0 51 10 1A 138 45 2C
Octal 275 43 237 0 121 20 32 470 105 54
Binary 10111101 100011 10011111 0 1010001 10000 11010 100111000 1000101 101100

Color Harmonies of #BD239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD239F

Black with #BD239F

Text Example


Text Example

White with #BD239F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD239F; }

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

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

background-color css

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

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

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

border-color css

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

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

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