#B767BC

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

Shades of Fuchsia #B767BC

Tints of Fuchsia #B767BC

Color information

#B767BC (or 0xB767BC) is unknown color: approx Fuchsia. HEX triplet: B7, 67 and BC. RGB value is (183,103,188). Sum of RGB (Red+Green+Blue) = 183+103+188=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #B767BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767BC is #489843. Grayscale: #888888. Windows color (decimal): -4757572 or 12347319. OLE color: 12347319.

HSL color Cylindrical-coordinate representation of color #B767BC: hue angle of 296.47º 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 #B767BC is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183103188-
CMYK0.030.4500.26
HSL296.47º38.81%57.06%-
HSV(B)296.47º45.21%73.73%-
XYZ33.4623.450.33-
YUV136.61157161.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 103 (40.62% from 255) = 21.73%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=38.61%
G=21.73%
B=39.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831031880.030.4500.26296.4738.8157.06
HexB767BC32D01A1282739
Octal2671472743550324504771
Binary1011011111001111011110011101101011010100101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B767BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B767BC; }

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

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

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

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

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

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

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

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