Html Css Color HEX #BC33A4 Medium Red Violet

📋 copy color: '#BC33A4'

red 188 ◦ green 51 ◦ blue 164

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

Shades of Medium Red Violet #BC33A4

Tints of Medium Red Violet #BC33A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.69%

R = 46.65%
G = 12.66%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC33A4 (or 0xBC33A4) is known color: Medium Red Violet. HEX triplet: BC, 33 and A4. RGB value is (188,51,164). Sum of RGB (Red+Green+Blue) = 188+51+164=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC33A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC33A4 is #43CC5B. Grayscale: #686868. Windows color (decimal): -4443228 or 10761148. OLE color: 10761148.

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

Color convert

RGB 188 51 164 -
CMYK 0 0.73 0.13 0.26
HSL 310.51º 0.57% 0.47% -
HSV(B) 310.51º 0.73% 0.74% -
XYZ 28.62 15.74 36.65 -
YUV 104.85 161.39 187.31 -
System Red Green Blue C M Y K H S L
Decimal 188 51 164 0 0.73 0.13 0.26 310.51 0.57 0.47
Hex BC 33 A4 0 49 D 1A 137 39 2F
Octal 274 63 244 0 111 15 32 467 71 57
Binary 10111100 110011 10100100 0 1001001 1101 11010 100110111 111001 101111

Color Harmonies of #BC33A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33A4

Black with #BC33A4

Text Example


Text Example

White with #BC33A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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