#B03CBF

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

Shades of Fuchsia #B03CBF

Tints of Fuchsia #B03CBF

Color information

#B03CBF (or 0xB03CBF) is unknown color: approx Fuchsia. HEX triplet: B0, 3C and BF. RGB value is (176,60,191). Sum of RGB (Red+Green+Blue) = 176+60+191=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #B03CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CBF is #4FC340. Grayscale: #6D6D6D. Windows color (decimal): -5227329 or 12532912. OLE color: 12532912.

HSL color Cylindrical-coordinate representation of color #B03CBF: hue angle of 293.13º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03CBF is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17660191-
CMYK0.080.6900.25
HSL293.13º52.19%49.22%-
HSV(B)293.13º68.59%74.9%-
XYZ28.9216.2250.9-
YUV109.62173.93175.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 60 (23.83% from 255) = 14.05%
BLUE value IS 191 (75% from 255) = 44.73%
R=41.22%
G=14.05%
B=44.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176601910.080.6900.25293.1352.1949.22
HexB03CBF8450191253431
Octal26074277101050314456461
Binary101100001111001011111110001000101011001100100101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03CBF; }

 p { color: rgb(176,60,191); }

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

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

 a { background-color: rgb(176,60,191); }

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

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

 span { border-color: rgb(176,60,191); }

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