Html Css Color HEX #BD239B Medium Violet Red

📋 copy color: '#BD239B'

red 189 ◦ green 35 ◦ blue 155

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

Shades of Medium Violet Red #BD239B

Tints of Medium Violet Red #BD239B

RGB

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

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

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

R = 49.87%
G = 9.23%
B = 40.9%

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

#BD239B (or 0xBD239B) is known color: Medium Violet Red. HEX triplet: BD, 23 and 9B. RGB value is (189,35,155). Sum of RGB (Red+Green+Blue) = 189+35+155=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD239B is #42DC64. Grayscale: #5E5E5E. Windows color (decimal): -4381797 or 10167229. OLE color: 10167229.

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

Color convert

RGB 189 35 155 -
CMYK 0 0.81 0.18 0.26
HSL 313.25º 0.69% 0.44% -
HSV(B) 313.25º 0.81% 0.74% -
XYZ 27.5 14.39 32.34 -
YUV 94.73 162.02 195.24 -
System Red Green Blue C M Y K H S L
Decimal 189 35 155 0 0.81 0.18 0.26 313.25 0.69 0.44
Hex BD 23 9B 0 51 12 1A 139 45 2C
Octal 275 43 233 0 121 22 32 471 105 54
Binary 10111101 100011 10011011 0 1010001 10010 11010 100111001 1000101 101100

Color Harmonies of #BD239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD239B

Black with #BD239B

Text Example


Text Example

White with #BD239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD239B; }

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

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

background-color css

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

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

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

border-color css

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

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

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