Html Css Color HEX #BD3788 Medium Red Violet

📋 copy color: '#BD3788'

red 189 ◦ green 55 ◦ blue 136

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

Shades of Medium Red Violet #BD3788

Tints of Medium Red Violet #BD3788

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.47%

 BLUE value IS 136 (53.52% from 255) = 35.79%

R = 49.74%
G = 14.47%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD3788 (or 0xBD3788) is known color: Medium Red Violet. HEX triplet: BD, 37 and 88. RGB value is (189,55,136). Sum of RGB (Red+Green+Blue) = 189+55+136=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3788 is #42C877. Grayscale: #686868. Windows color (decimal): -4376696 or 8927165. OLE color: 8927165.

HSL color Cylindrical-coordinate representation of color #BD3788: hue angle of 323.73º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3788 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 55 136 -
CMYK 0 0.71 0.28 0.26
HSL 323.73º 0.55% 0.48% -
HSV(B) 323.73º 0.71% 0.74% -
XYZ 26.8 15.33 24.84 -
YUV 104.3 145.89 188.41 -
System Red Green Blue C M Y K H S L
Decimal 189 55 136 0 0.71 0.28 0.26 323.73 0.55 0.48
Hex BD 37 88 0 47 1C 1A 144 37 30
Octal 275 67 210 0 107 34 32 504 67 60
Binary 10111101 110111 10001000 0 1000111 11100 11010 101000100 110111 110000

Color Harmonies of #BD3788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3788

Black with #BD3788

Text Example


Text Example

White with #BD3788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3788; }

 p { color: rgb(189,55,136); }

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

background-color css

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

 a { background-color: rgb(189,55,136); }

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

border-color css

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

 span { border-color: rgb(189,55,136); }

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