Html Css Color HEX #BD1398 Medium Violet Red

📋 copy color: '#BD1398'

red 189 ◦ green 19 ◦ blue 152

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

Shades of Medium Violet Red #BD1398

Tints of Medium Violet Red #BD1398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.28%

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

R = 52.5%
G = 5.28%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD1398 (or 0xBD1398) is known color: Medium Violet Red. HEX triplet: BD, 13 and 98. RGB value is (189,19,152). Sum of RGB (Red+Green+Blue) = 189+19+152=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1398 is #42EC67. Grayscale: #545454. Windows color (decimal): -4385896 or 9966525. OLE color: 9966525.

HSL color Cylindrical-coordinate representation of color #BD1398: hue angle of 313.06º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1398 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 152 -
CMYK 0 0.90 0.20 0.26
HSL 313.06º 0.82% 0.41% -
HSV(B) 313.06º 0.9% 0.74% -
XYZ 26.89 13.55 30.9 -
YUV 84.99 165.82 202.19 -
System Red Green Blue C M Y K H S L
Decimal 189 19 152 0 0.90 0.20 0.26 313.06 0.82 0.41
Hex BD 13 98 0 5A 14 1A 139 52 29
Octal 275 23 230 0 132 24 32 471 122 51
Binary 10111101 10011 10011000 0 1011010 10100 11010 100111001 1010010 101001

Color Harmonies of #BD1398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1398

Black with #BD1398

Text Example


Text Example

White with #BD1398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1398; }

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

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

background-color css

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

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

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

border-color css

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

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

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