#B767BE

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

Shades of Fuchsia #B767BE

Tints of Fuchsia #B767BE

Color information

#B767BE (or 0xB767BE) is unknown color: approx Fuchsia. HEX triplet: B7, 67 and BE. RGB value is (183,103,190). Sum of RGB (Red+Green+Blue) = 183+103+190=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #B767BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767BE is #489841. Grayscale: #888888. Windows color (decimal): -4757570 or 12478391. OLE color: 12478391.

HSL color Cylindrical-coordinate representation of color #B767BE: hue angle of 295.17º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B767BE is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183103190-
CMYK0.040.4600.25
HSL295.17º40.09%57.45%-
HSV(B)295.17º45.79%74.51%-
XYZ33.6723.4951.47-
YUV136.84158160.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.45%
GREEN value IS 103 (40.62% from 255) = 21.64%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=38.45%
G=21.64%
B=39.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831031900.040.4600.25295.1740.0957.45
HexB767BE42E0191272839
Octal2671472764560314475071
Binary10110111110011110111110100101110011001100100111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B767BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B767BE; }

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

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

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

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

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

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

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

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