#B674BD

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

Shades of Fuchsia #B674BD

Tints of Fuchsia #B674BD

Color information

#B674BD (or 0xB674BD) is unknown color: approx Fuchsia. HEX triplet: B6, 74 and BD. RGB value is (182,116,189). Sum of RGB (Red+Green+Blue) = 182+116+189=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #B674BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B674BD is #498B42. Grayscale: #8F8F8F. Windows color (decimal): -4819779 or 12416182. OLE color: 12416182.

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

Color convert

RGB182116189-
CMYK0.040.3900.26
HSL294.25º35.61%59.8%-
HSV(B)294.25º38.62%74.12%-
XYZ34.7226.1151.35-
YUV144.06153.37155.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 116 (45.70% from 255) = 23.82%
BLUE value IS 189 (74.22% from 255) = 38.81%
R=37.37%
G=23.82%
B=38.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821161890.040.3900.26294.2535.6159.8
HexB674BD42701A126243c
Octal2661642754470324464474
Binary10110110111010010111101100100111011010100100110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B674BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B674BD; }

 p { color: rgb(182,116,189); }

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

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

 a { background-color: rgb(182,116,189); }

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

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

 span { border-color: rgb(182,116,189); }

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