Html Css Color HEX #BD3498 Medium Red Violet

📋 copy color: '#BD3498'

red 189 ◦ green 52 ◦ blue 152

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

Shades of Medium Red Violet #BD3498

Tints of Medium Red Violet #BD3498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.23%

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

R = 48.09%
G = 13.23%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD3498 (or 0xBD3498) is known color: Medium Red Violet. HEX triplet: BD, 34 and 98. RGB value is (189,52,152). Sum of RGB (Red+Green+Blue) = 189+52+152=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3498 is #42CB67. Grayscale: #686868. Windows color (decimal): -4377448 or 9974973. OLE color: 9974973.

HSL color Cylindrical-coordinate representation of color #BD3498: hue angle of 316.2º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3498 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 52 152 -
CMYK 0 0.72 0.20 0.26
HSL 316.2º 0.57% 0.47% -
HSV(B) 316.2º 0.72% 0.74% -
XYZ 27.88 15.54 31.24 -
YUV 104.36 154.89 188.37 -
System Red Green Blue C M Y K H S L
Decimal 189 52 152 0 0.72 0.20 0.26 316.2 0.57 0.47
Hex BD 34 98 0 48 14 1A 13C 39 2F
Octal 275 64 230 0 110 24 32 474 71 57
Binary 10111101 110100 10011000 0 1001000 10100 11010 100111100 111001 101111

Color Harmonies of #BD3498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3498

Black with #BD3498

Text Example


Text Example

White with #BD3498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3498; }

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

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

background-color css

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

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

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

border-color css

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

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

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