Html Css Color HEX #BC27AD Medium Red Violet

📋 copy color: '#BC27AD'

red 188 ◦ green 39 ◦ blue 173

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

Shades of Medium Red Violet #BC27AD

Tints of Medium Red Violet #BC27AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.75%

 BLUE value IS 173 (67.97% from 255) = 43.25%

R = 47%
G = 9.75%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC27AD (or 0xBC27AD) is known color: Medium Red Violet. HEX triplet: BC, 27 and AD. RGB value is (188,39,173). Sum of RGB (Red+Green+Blue) = 188+39+173=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC27AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC27AD is #43D852. Grayscale: #626262. Windows color (decimal): -4446291 or 11347900. OLE color: 11347900.

HSL color Cylindrical-coordinate representation of color #BC27AD: hue angle of 306.04º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC27AD is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 39 173 -
CMYK 0 0.79 0.08 0.26
HSL 306.04º 0.66% 0.45% -
HSV(B) 306.04º 0.79% 0.74% -
XYZ 29.01 15.16 40.93 -
YUV 98.83 169.86 191.6 -
System Red Green Blue C M Y K H S L
Decimal 188 39 173 0 0.79 0.08 0.26 306.04 0.66 0.45
Hex BC 27 AD 0 4F 8 1A 132 42 2D
Octal 274 47 255 0 117 10 32 462 102 55
Binary 10111100 100111 10101101 0 1001111 1000 11010 100110010 1000010 101101

Color Harmonies of #BC27AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC27AD

Black with #BC27AD

Text Example


Text Example

White with #BC27AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC27AD; }

 p { color: rgb(188,39,173); }

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

background-color css

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

 a { background-color: rgb(188,39,173); }

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

border-color css

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

 span { border-color: rgb(188,39,173); }

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