#BE33C8

Color #BE33C8 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BE33C8

Tints of Fuchsia #BE33C8

Color information

#BE33C8 (or 0xBE33C8) is unknown color: approx Fuchsia. HEX triplet: BE, 33 and C8. RGB value is (190,51,200). Sum of RGB (Red+Green+Blue) = 190+51+200=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE33C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE33C8 is #41CC37. Grayscale: #6D6D6D. Windows color (decimal): -4312120 or 13120446. OLE color: 13120446.

HSL color Cylindrical-coordinate representation of color #BE33C8: hue angle of 295.97º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE33C8 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19051200-
CMYK0.050.7400.22
HSL295.97º59.36%49.22%-
HSV(B)295.97º74.5%78.43%-
XYZ32.8417.4856.29-
YUV109.55179.05185.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 51 (20.31% from 255) = 11.56%
BLUE value IS 200 (78.52% from 255) = 45.35%
R=43.08%
G=11.56%
B=45.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190512000.050.7400.22295.9759.3649.22
HexBE33C854A0161283b31
Octal2766331051120264507361
Binary10111110110011110010001011001010010110100101000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE33C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE33C8; }

 p { color: rgb(190,51,200); }

 H1.HeaderClassName
 {
   color: #BE33C8;
 }
 .AnyTagClassName
 {
   color: #BE33C8;
 }
</style>
background-color css

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

 a { background-color: rgb(190,51,200); }

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

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

 span { border-color: rgb(190,51,200); }

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