Html Css Color HEX #BC39A0 Medium Red Violet

📋 copy color: '#BC39A0'

red 188 ◦ green 57 ◦ blue 160

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

Shades of Medium Red Violet #BC39A0

Tints of Medium Red Violet #BC39A0

RGB

 RED value IS 188 (73.83% from 255) = 46.42%

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

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

R = 46.42%
G = 14.07%
B = 39.51%

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

#BC39A0 (or 0xBC39A0) is known color: Medium Red Violet. HEX triplet: BC, 39 and A0. RGB value is (188,57,160). Sum of RGB (Red+Green+Blue) = 188+57+160=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC39A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC39A0 is #43C65F. Grayscale: #6B6B6B. Windows color (decimal): -4441696 or 10500540. OLE color: 10500540.

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

Color convert

RGB 188 57 160 -
CMYK 0 0.70 0.15 0.26
HSL 312.82º 0.53% 0.48% -
HSV(B) 312.82º 0.7% 0.74% -
XYZ 28.55 16.16 34.87 -
YUV 107.91 157.4 185.12 -
System Red Green Blue C M Y K H S L
Decimal 188 57 160 0 0.70 0.15 0.26 312.82 0.53 0.48
Hex BC 39 A0 0 46 F 1A 139 35 30
Octal 274 71 240 0 106 17 32 471 65 60
Binary 10111100 111001 10100000 0 1000110 1111 11010 100111001 110101 110000

Color Harmonies of #BC39A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC39A0

Black with #BC39A0

Text Example


Text Example

White with #BC39A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC39A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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