Html Css Color HEX #BD3598 Medium Red Violet

📋 copy color: '#BD3598'

red 189 ◦ green 53 ◦ blue 152

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

Shades of Medium Red Violet #BD3598

Tints of Medium Red Violet #BD3598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.45%

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

R = 47.97%
G = 13.45%
B = 38.58%

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

#BD3598 (or 0xBD3598) is known color: Medium Red Violet. HEX triplet: BD, 35 and 98. RGB value is (189,53,152). Sum of RGB (Red+Green+Blue) = 189+53+152=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3598 is #42CA67. Grayscale: #686868. Windows color (decimal): -4377192 or 9975229. OLE color: 9975229.

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

Color convert

RGB 189 53 152 -
CMYK 0 0.72 0.20 0.26
HSL 316.32º 0.56% 0.47% -
HSV(B) 316.32º 0.72% 0.74% -
XYZ 27.93 15.63 31.25 -
YUV 104.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 189 53 152 0 0.72 0.20 0.26 316.32 0.56 0.47
Hex BD 35 98 0 48 14 1A 13C 38 2F
Octal 275 65 230 0 110 24 32 474 70 57
Binary 10111101 110101 10011000 0 1001000 10100 11010 100111100 111000 101111

Color Harmonies of #BD3598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3598

Black with #BD3598

Text Example


Text Example

White with #BD3598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3598; }

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

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

background-color css

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

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

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

border-color css

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

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

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