Html Css Color HEX #BD39A0 Medium Red Violet

📋 copy color: '#BD39A0'

red 189 ◦ green 57 ◦ blue 160

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

Shades of Medium Red Violet #BD39A0

Tints of Medium Red Violet #BD39A0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.04%

 BLUE value IS 160 (62.89% from 255) = 39.41%

R = 46.55%
G = 14.04%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD39A0 (or 0xBD39A0) is known color: Medium Red Violet. HEX triplet: BD, 39 and A0. RGB value is (189,57,160). Sum of RGB (Red+Green+Blue) = 189+57+160=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD39A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD39A0 is #42C65F. Grayscale: #6B6B6B. Windows color (decimal): -4376160 or 10500541. OLE color: 10500541.

HSL color Cylindrical-coordinate representation of color #BD39A0: hue angle of 313.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD39A0 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 57 160 -
CMYK 0 0.70 0.15 0.26
HSL 313.18º 0.54% 0.48% -
HSV(B) 313.18º 0.7% 0.74% -
XYZ 28.79 16.28 34.88 -
YUV 108.21 157.23 185.62 -
System Red Green Blue C M Y K H S L
Decimal 189 57 160 0 0.70 0.15 0.26 313.18 0.54 0.48
Hex BD 39 A0 0 46 F 1A 139 36 30
Octal 275 71 240 0 106 17 32 471 66 60
Binary 10111101 111001 10100000 0 1000110 1111 11010 100111001 110110 110000

Color Harmonies of #BD39A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD39A0

Black with #BD39A0

Text Example


Text Example

White with #BD39A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD39A0; }

 p { color: rgb(189,57,160); }

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

background-color css

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

 a { background-color: rgb(189,57,160); }

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

border-color css

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

 span { border-color: rgb(189,57,160); }

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