Html Css Color HEX #BC38A0 Medium Red Violet

📋 copy color: '#BC38A0'

red 188 ◦ green 56 ◦ blue 160

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

Shades of Medium Red Violet #BC38A0

Tints of Medium Red Violet #BC38A0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.86%

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

R = 46.53%
G = 13.86%
B = 39.6%

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

#BC38A0 (or 0xBC38A0) is known color: Medium Red Violet. HEX triplet: BC, 38 and A0. RGB value is (188,56,160). Sum of RGB (Red+Green+Blue) = 188+56+160=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC38A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC38A0 is #43C75F. Grayscale: #6B6B6B. Windows color (decimal): -4441952 or 10500284. OLE color: 10500284.

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

Color convert

RGB 188 56 160 -
CMYK 0 0.70 0.15 0.26
HSL 312.73º 0.54% 0.48% -
HSV(B) 312.73º 0.7% 0.74% -
XYZ 28.5 16.06 34.86 -
YUV 107.32 157.73 185.54 -
System Red Green Blue C M Y K H S L
Decimal 188 56 160 0 0.70 0.15 0.26 312.73 0.54 0.48
Hex BC 38 A0 0 46 F 1A 139 36 30
Octal 274 70 240 0 106 17 32 471 66 60
Binary 10111100 111000 10100000 0 1000110 1111 11010 100111001 110110 110000

Color Harmonies of #BC38A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38A0

Black with #BC38A0

Text Example


Text Example

White with #BC38A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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