Html Css Color HEX #BC33A6 Medium Red Violet

📋 copy color: '#BC33A6'

red 188 ◦ green 51 ◦ blue 166

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

Shades of Medium Red Violet #BC33A6

Tints of Medium Red Violet #BC33A6

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.59%

 BLUE value IS 166 (65.23% from 255) = 40.99%

R = 46.42%
G = 12.59%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC33A6 (or 0xBC33A6) is known color: Medium Red Violet. HEX triplet: BC, 33 and A6. RGB value is (188,51,166). Sum of RGB (Red+Green+Blue) = 188+51+166=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC33A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC33A6 is #43CC59. Grayscale: #686868. Windows color (decimal): -4443226 or 10892220. OLE color: 10892220.

HSL color Cylindrical-coordinate representation of color #BC33A6: hue angle of 309.64º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC33A6 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 51 166 -
CMYK 0 0.73 0.12 0.26
HSL 309.64º 0.57% 0.47% -
HSV(B) 309.64º 0.73% 0.74% -
XYZ 28.81 15.81 37.61 -
YUV 105.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 188 51 166 0 0.73 0.12 0.26 309.64 0.57 0.47
Hex BC 33 A6 0 49 C 1A 136 39 2F
Octal 274 63 246 0 111 14 32 466 71 57
Binary 10111100 110011 10100110 0 1001001 1100 11010 100110110 111001 101111

Color Harmonies of #BC33A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33A6

Black with #BC33A6

Text Example


Text Example

White with #BC33A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33A6; }

 p { color: rgb(188,51,166); }

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

background-color css

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

 a { background-color: rgb(188,51,166); }

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

border-color css

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

 span { border-color: rgb(188,51,166); }

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