Html Css Color HEX #BD2398 Medium Violet Red

📋 copy color: '#BD2398'

red 189 ◦ green 35 ◦ blue 152

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

Shades of Medium Violet Red #BD2398

Tints of Medium Violet Red #BD2398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.43%

R = 50.27%
G = 9.31%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD2398 (or 0xBD2398) is known color: Medium Violet Red. HEX triplet: BD, 23 and 98. RGB value is (189,35,152). Sum of RGB (Red+Green+Blue) = 189+35+152=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2398 is #42DC67. Grayscale: #5E5E5E. Windows color (decimal): -4381800 or 9970621. OLE color: 9970621.

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

Color convert

RGB 189 35 152 -
CMYK 0 0.81 0.20 0.26
HSL 314.42º 0.69% 0.44% -
HSV(B) 314.42º 0.81% 0.74% -
XYZ 27.25 14.29 31.03 -
YUV 94.38 160.52 195.49 -
System Red Green Blue C M Y K H S L
Decimal 189 35 152 0 0.81 0.20 0.26 314.42 0.69 0.44
Hex BD 23 98 0 51 14 1A 13A 45 2C
Octal 275 43 230 0 121 24 32 472 105 54
Binary 10111101 100011 10011000 0 1010001 10100 11010 100111010 1000101 101100

Color Harmonies of #BD2398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2398

Black with #BD2398

Text Example


Text Example

White with #BD2398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2398; }

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

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

background-color css

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

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

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

border-color css

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

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

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