#BE67AD

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

Shades of Fuchsia #BE67AD

Tints of Fuchsia #BE67AD

Color information

#BE67AD (or 0xBE67AD) is unknown color: approx Fuchsia. HEX triplet: BE, 67 and AD. RGB value is (190,103,173). Sum of RGB (Red+Green+Blue) = 190+103+173=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE67AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE67AD is #419852. Grayscale: #888888. Windows color (decimal): -4298835 or 11364286. OLE color: 11364286.

HSL color Cylindrical-coordinate representation of color #BE67AD: hue angle of 311.72º 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 #BE67AD is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB190103173-
CMYK00.460.090.25
HSL311.72º40.09%57.45%-
HSV(B)311.72º45.79%74.51%-
XYZ33.6323.6642.33-
YUV136.99148.32165.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 103 (40.62% from 255) = 22.10%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=40.77%
G=22.10%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010317300.460.090.25311.7240.0957.45
HexBE67AD02E9191382839
Octal27614725505611314705071
Binary101111101100111101011010101110100111001100111000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE67AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE67AD; }

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

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

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

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

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

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

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

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