Html Css Color HEX #BD3090 Medium Red Violet

📋 copy color: '#BD3090'

red 189 ◦ green 48 ◦ blue 144

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

Shades of Medium Red Violet #BD3090

Tints of Medium Red Violet #BD3090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.6%

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 49.61%
G = 12.6%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD3090 (or 0xBD3090) is known color: Medium Red Violet. HEX triplet: BD, 30 and 90. RGB value is (189,48,144). Sum of RGB (Red+Green+Blue) = 189+48+144=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3090 is #42CF6F. Grayscale: #646464. Windows color (decimal): -4378480 or 9449661. OLE color: 9449661.

HSL color Cylindrical-coordinate representation of color #BD3090: hue angle of 319.15º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3090 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 48 144 -
CMYK 0 0.75 0.24 0.26
HSL 319.15º 0.59% 0.46% -
HSV(B) 319.15º 0.75% 0.74% -
XYZ 27.08 14.95 27.84 -
YUV 101.1 152.21 190.69 -
System Red Green Blue C M Y K H S L
Decimal 189 48 144 0 0.75 0.24 0.26 319.15 0.59 0.46
Hex BD 30 90 0 4B 18 1A 13F 3B 2E
Octal 275 60 220 0 113 30 32 477 73 56
Binary 10111101 110000 10010000 0 1001011 11000 11010 100111111 111011 101110

Color Harmonies of #BD3090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3090

Black with #BD3090

Text Example


Text Example

White with #BD3090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3090; }

 p { color: rgb(189,48,144); }

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

background-color css

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

 a { background-color: rgb(189,48,144); }

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

border-color css

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

 span { border-color: rgb(189,48,144); }

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