#BE3DCB

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

Shades of Fuchsia #BE3DCB

Tints of Fuchsia #BE3DCB

Color information

#BE3DCB (or 0xBE3DCB) is unknown color: approx Fuchsia. HEX triplet: BE, 3D and CB. RGB value is (190,61,203). Sum of RGB (Red+Green+Blue) = 190+61+203=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE3DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3DCB is #41C234. Grayscale: #737373. Windows color (decimal): -4309557 or 13319614. OLE color: 13319614.

HSL color Cylindrical-coordinate representation of color #BE3DCB: hue angle of 294.51º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE3DCB is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19061203-
CMYK0.060.7000.20
HSL294.51º57.72%51.76%-
HSV(B)294.51º69.95%79.61%-
XYZ33.6818.658.31-
YUV115.76177.24180.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 61 (24.22% from 255) = 13.44%
BLUE value IS 203 (79.69% from 255) = 44.71%
R=41.85%
G=13.44%
B=44.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190612030.060.7000.20294.5157.7251.76
HexBE3DCB6460141273a34
Octal2767531361060244477264
Binary10111110111101110010111101000110010100100100111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3DCB; }

 p { color: rgb(190,61,203); }

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

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

 a { background-color: rgb(190,61,203); }

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

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

 span { border-color: rgb(190,61,203); }

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