Html Css Color HEX #BC24AB Medium Red Violet

📋 copy color: '#BC24AB'

red 188 ◦ green 36 ◦ blue 171

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

Shades of Medium Red Violet #BC24AB

Tints of Medium Red Violet #BC24AB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.11%

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 47.59%
G = 9.11%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC24AB (or 0xBC24AB) is known color: Medium Red Violet. HEX triplet: BC, 24 and AB. RGB value is (188,36,171). Sum of RGB (Red+Green+Blue) = 188+36+171=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC24AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC24AB is #43DB54. Grayscale: #606060. Windows color (decimal): -4447061 or 11216060. OLE color: 11216060.

HSL color Cylindrical-coordinate representation of color #BC24AB: hue angle of 306.71º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC24AB is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 36 171 -
CMYK 0 0.81 0.09 0.26
HSL 306.71º 0.68% 0.44% -
HSV(B) 306.71º 0.81% 0.74% -
XYZ 28.72 14.89 39.89 -
YUV 96.84 169.86 193.02 -
System Red Green Blue C M Y K H S L
Decimal 188 36 171 0 0.81 0.09 0.26 306.71 0.68 0.44
Hex BC 24 AB 0 51 9 1A 133 44 2C
Octal 274 44 253 0 121 11 32 463 104 54
Binary 10111100 100100 10101011 0 1010001 1001 11010 100110011 1000100 101100

Color Harmonies of #BC24AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC24AB

Black with #BC24AB

Text Example


Text Example

White with #BC24AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC24AB; }

 p { color: rgb(188,36,171); }

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

background-color css

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

 a { background-color: rgb(188,36,171); }

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

border-color css

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

 span { border-color: rgb(188,36,171); }

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