#BE67BC

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

Shades of Fuchsia #BE67BC

Tints of Fuchsia #BE67BC

Color information

#BE67BC (or 0xBE67BC) is unknown color: approx Fuchsia. HEX triplet: BE, 67 and BC. RGB value is (190,103,188). Sum of RGB (Red+Green+Blue) = 190+103+188=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE67BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE67BC is #419843. Grayscale: #8A8A8A. Windows color (decimal): -4298820 or 12347326. OLE color: 12347326.

HSL color Cylindrical-coordinate representation of color #BE67BC: hue angle of 301.38º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE67BC is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB190103188-
CMYK00.460.010.25
HSL301.38º40.09%57.45%-
HSV(B)301.38º45.79%74.51%-
XYZ35.1624.2850.41-
YUV138.7155.82164.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 103 (40.62% from 255) = 21.41%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=39.50%
G=21.41%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010318800.460.010.25301.3840.0957.45
HexBE67BC02E11912d2839
Octal2761472740561314555071
Binary101111101100111101111000101110111001100101101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE67BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE67BC; }

 p { color: rgb(190,103,188); }

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

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

 a { background-color: rgb(190,103,188); }

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

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

 span { border-color: rgb(190,103,188); }

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