Html Css Color HEX #BC2BA8 Medium Red Violet

📋 copy color: '#BC2BA8'

red 188 ◦ green 43 ◦ blue 168

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

Shades of Medium Red Violet #BC2BA8

Tints of Medium Red Violet #BC2BA8

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.78%

 BLUE value IS 168 (66.02% from 255) = 42.11%

R = 47.12%
G = 10.78%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC2BA8 (or 0xBC2BA8) is known color: Medium Red Violet. HEX triplet: BC, 2B and A8. RGB value is (188,43,168). Sum of RGB (Red+Green+Blue) = 188+43+168=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2BA8 is #43D457. Grayscale: #646464. Windows color (decimal): -4445272 or 11021244. OLE color: 11021244.

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

Color convert

RGB 188 43 168 -
CMYK 0 0.77 0.11 0.26
HSL 308.28º 0.63% 0.45% -
HSV(B) 308.28º 0.77% 0.74% -
XYZ 28.67 15.25 38.48 -
YUV 100.61 166.04 190.34 -
System Red Green Blue C M Y K H S L
Decimal 188 43 168 0 0.77 0.11 0.26 308.28 0.63 0.45
Hex BC 2B A8 0 4D B 1A 134 3F 2D
Octal 274 53 250 0 115 13 32 464 77 55
Binary 10111100 101011 10101000 0 1001101 1011 11010 100110100 111111 101101

Color Harmonies of #BC2BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BA8

Black with #BC2BA8

Text Example


Text Example

White with #BC2BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BA8; }

 p { color: rgb(188,43,168); }

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

background-color css

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

 a { background-color: rgb(188,43,168); }

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

border-color css

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

 span { border-color: rgb(188,43,168); }

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