#B067BE

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

Shades of Fuchsia #B067BE

Tints of Fuchsia #B067BE

Color information

#B067BE (or 0xB067BE) is unknown color: approx Fuchsia. HEX triplet: B0, 67 and BE. RGB value is (176,103,190). Sum of RGB (Red+Green+Blue) = 176+103+190=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #B067BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067BE is #4F9841. Grayscale: #868686. Windows color (decimal): -5216322 or 12478384. OLE color: 12478384.

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

Color convert

RGB176103190-
CMYK0.070.4600.25
HSL290.34º40.09%57.45%-
HSV(B)290.34º45.79%74.51%-
XYZ32.0522.6551.4-
YUV134.74159.18157.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=37.53%
G=21.96%
B=40.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761031900.070.4600.25290.3440.0957.45
HexB067BE72E0191222839
Octal2601472767560314425071
Binary10110000110011110111110111101110011001100100010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B067BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B067BE; }

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

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

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

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

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

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

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

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