Html Css Color HEX #BC33A1 Medium Red Violet

📋 copy color: '#BC33A1'

red 188 ◦ green 51 ◦ blue 161

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

Shades of Medium Red Violet #BC33A1

Tints of Medium Red Violet #BC33A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.25%

R = 47%
G = 12.75%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC33A1 (or 0xBC33A1) is known color: Medium Red Violet. HEX triplet: BC, 33 and A1. RGB value is (188,51,161). Sum of RGB (Red+Green+Blue) = 188+51+161=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC33A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC33A1 is #43CC5E. Grayscale: #686868. Windows color (decimal): -4443231 or 10564540. OLE color: 10564540.

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

Color convert

RGB 188 51 161 -
CMYK 0 0.73 0.14 0.26
HSL 311.82º 0.57% 0.47% -
HSV(B) 311.82º 0.73% 0.74% -
XYZ 28.36 15.63 35.24 -
YUV 104.5 159.89 187.56 -
System Red Green Blue C M Y K H S L
Decimal 188 51 161 0 0.73 0.14 0.26 311.82 0.57 0.47
Hex BC 33 A1 0 49 E 1A 138 39 2F
Octal 274 63 241 0 111 16 32 470 71 57
Binary 10111100 110011 10100001 0 1001001 1110 11010 100111000 111001 101111

Color Harmonies of #BC33A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33A1

Black with #BC33A1

Text Example


Text Example

White with #BC33A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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