#B767BD

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

Shades of Fuchsia #B767BD

Tints of Fuchsia #B767BD

Color information

#B767BD (or 0xB767BD) is unknown color: approx Fuchsia. HEX triplet: B7, 67 and BD. RGB value is (183,103,189). Sum of RGB (Red+Green+Blue) = 183+103+189=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #B767BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767BD is #489842. Grayscale: #888888. Windows color (decimal): -4757571 or 12412855. OLE color: 12412855.

HSL color Cylindrical-coordinate representation of color #B767BD: hue angle of 295.81º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B767BD is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183103189-
CMYK0.030.4600.26
HSL295.81º39.45%57.25%-
HSV(B)295.81º45.5%74.12%-
XYZ33.5623.4450.9-
YUV136.72157.5161.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 103 (40.62% from 255) = 21.68%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=38.53%
G=21.68%
B=39.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831031890.030.4600.26295.8139.4557.25
HexB767BD32E01A1282739
Octal2671472753560324504771
Binary1011011111001111011110111101110011010100101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B767BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B767BD; }

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

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

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

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

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

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

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

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