#B05BB1

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

Shades of Fuchsia #B05BB1

Tints of Fuchsia #B05BB1

Color information

#B05BB1 (or 0xB05BB1) is unknown color: approx Fuchsia. HEX triplet: B0, 5B and B1. RGB value is (176,91,177). Sum of RGB (Red+Green+Blue) = 176+91+177=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 177 - color contains mainly: blue. Hex color #B05BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05BB1 is #4FA44E. Grayscale: #7D7D7D. Windows color (decimal): -5219407 or 11623344. OLE color: 11623344.

HSL color Cylindrical-coordinate representation of color #B05BB1: hue angle of 299.3º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05BB1 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17691177-
CMYK0.010.4900.31
HSL299.3º35.54%52.55%-
HSV(B)299.3º48.59%69.41%-
XYZ29.5819.8943.87-
YUV126.22156.66163.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 177 (69.53% from 255) = 39.86%
R=39.64%
G=20.50%
B=39.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176911770.010.4900.31299.335.5452.55
HexB05BB113101F12b2435
Octal2601332611610374534465
Binary101100001011011101100011110001011111100101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05BB1; }

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

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

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

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

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

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

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

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