Html Css Color HEX #BD239E Medium Violet Red

📋 copy color: '#BD239E'

red 189 ◦ green 35 ◦ blue 158

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

Shades of Medium Violet Red #BD239E

Tints of Medium Violet Red #BD239E

RGB

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

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

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

R = 49.48%
G = 9.16%
B = 41.36%

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

#BD239E (or 0xBD239E) is known color: Medium Violet Red. HEX triplet: BD, 23 and 9E. RGB value is (189,35,158). Sum of RGB (Red+Green+Blue) = 189+35+158=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD239E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD239E is #42DC61. Grayscale: #5E5E5E. Windows color (decimal): -4381794 or 10363837. OLE color: 10363837.

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

Color convert

RGB 189 35 158 -
CMYK 0 0.81 0.16 0.26
HSL 312.08º 0.69% 0.44% -
HSV(B) 312.08º 0.81% 0.74% -
XYZ 27.76 14.49 33.68 -
YUV 95.07 163.52 195 -
System Red Green Blue C M Y K H S L
Decimal 189 35 158 0 0.81 0.16 0.26 312.08 0.69 0.44
Hex BD 23 9E 0 51 10 1A 138 45 2C
Octal 275 43 236 0 121 20 32 470 105 54
Binary 10111101 100011 10011110 0 1010001 10000 11010 100111000 1000101 101100

Color Harmonies of #BD239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD239E

Black with #BD239E

Text Example


Text Example

White with #BD239E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD239E; }

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

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

background-color css

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

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

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

border-color css

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

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

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