#B767BB

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

Shades of Fuchsia #B767BB

Tints of Fuchsia #B767BB

Color information

#B767BB (or 0xB767BB) is unknown color: approx Fuchsia. HEX triplet: B7, 67 and BB. RGB value is (183,103,187). Sum of RGB (Red+Green+Blue) = 183+103+187=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #B767BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767BB is #489844. Grayscale: #888888. Windows color (decimal): -4757573 or 12281783. OLE color: 12281783.

HSL color Cylindrical-coordinate representation of color #B767BB: hue angle of 297.14º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B767BB is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183103187-
CMYK0.020.4500.27
HSL297.14º38.18%56.86%-
HSV(B)297.14º44.92%73.33%-
XYZ33.3523.3649.76-
YUV136.5156.5161.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.69%
GREEN value IS 103 (40.62% from 255) = 21.78%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=38.69%
G=21.78%
B=39.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831031870.020.4500.27297.1438.1856.86
HexB767BB22D01B1292639
Octal2671472732550334514671
Binary1011011111001111011101110101101011011100101001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B767BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B767BB; }

 p { color: rgb(183,103,187); }

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

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

 a { background-color: rgb(183,103,187); }

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

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

 span { border-color: rgb(183,103,187); }

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