#B067BC

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

Shades of Fuchsia #B067BC

Tints of Fuchsia #B067BC

Color information

#B067BC (or 0xB067BC) is unknown color: approx Fuchsia. HEX triplet: B0, 67 and BC. RGB value is (176,103,188). Sum of RGB (Red+Green+Blue) = 176+103+188=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #B067BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067BC is #4F9843. Grayscale: #868686. Windows color (decimal): -5216324 or 12347312. OLE color: 12347312.

HSL color Cylindrical-coordinate representation of color #B067BC: hue angle of 291.53º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B067BC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176103188-
CMYK0.060.4500.26
HSL291.53º38.81%57.06%-
HSV(B)291.53º45.21%73.73%-
XYZ31.8322.5650.25-
YUV134.52158.18157.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 103 (40.62% from 255) = 22.06%
BLUE value IS 188 (73.83% from 255) = 40.26%
R=37.69%
G=22.06%
B=40.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761031880.060.4500.26291.5338.8157.06
HexB067BC62D01A1242739
Octal2601472746550324444771
Binary10110000110011110111100110101101011010100100100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B067BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B067BC; }

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

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

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

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

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

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

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

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