#B75BB0

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

Shades of Fuchsia #B75BB0

Tints of Fuchsia #B75BB0

Color information

#B75BB0 (or 0xB75BB0) is unknown color: approx Fuchsia. HEX triplet: B7, 5B and B0. RGB value is (183,91,176). Sum of RGB (Red+Green+Blue) = 183+91+176=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B75BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75BB0 is #48A44F. Grayscale: #7F7F7F. Windows color (decimal): -4760656 or 11557815. OLE color: 11557815.

HSL color Cylindrical-coordinate representation of color #B75BB0: hue angle of 304.57º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75BB0 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB18391176-
CMYK00.500.040.28
HSL304.57º38.98%53.73%-
HSV(B)304.57º50.27%71.76%-
XYZ31.1120.6843.43-
YUV128.2154.98167.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 91 (35.94% from 255) = 20.22%
BLUE value IS 176 (69.14% from 255) = 39.11%
R=40.67%
G=20.22%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839117600.500.040.28304.5738.9853.73
HexB75BB003241C1312736
Octal2671332600624344614766
Binary10110111101101110110000011001010011100100110001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75BB0; }

 p { color: rgb(183,91,176); }

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

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

 a { background-color: rgb(183,91,176); }

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

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

 span { border-color: rgb(183,91,176); }

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