Html Css Color HEX #BD39A6 Medium Red Violet

📋 copy color: '#BD39A6'

red 189 ◦ green 57 ◦ blue 166

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

Shades of Medium Red Violet #BD39A6

Tints of Medium Red Violet #BD39A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.29%

R = 45.87%
G = 13.83%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD39A6 (or 0xBD39A6) is known color: Medium Red Violet. HEX triplet: BD, 39 and A6. RGB value is (189,57,166). Sum of RGB (Red+Green+Blue) = 189+57+166=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD39A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD39A6 is #42C659. Grayscale: #6C6C6C. Windows color (decimal): -4376154 or 10893757. OLE color: 10893757.

HSL color Cylindrical-coordinate representation of color #BD39A6: hue angle of 310.45º 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 #BD39A6 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 57 166 -
CMYK 0 0.70 0.12 0.26
HSL 310.45º 0.54% 0.48% -
HSV(B) 310.45º 0.7% 0.74% -
XYZ 29.33 16.5 37.71 -
YUV 108.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 189 57 166 0 0.70 0.12 0.26 310.45 0.54 0.48
Hex BD 39 A6 0 46 C 1A 136 36 30
Octal 275 71 246 0 106 14 32 466 66 60
Binary 10111101 111001 10100110 0 1000110 1100 11010 100110110 110110 110000

Color Harmonies of #BD39A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD39A6

Black with #BD39A6

Text Example


Text Example

White with #BD39A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD39A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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