#B772BE

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

Shades of Fuchsia #B772BE

Tints of Fuchsia #B772BE

Color information

#B772BE (or 0xB772BE) is unknown color: approx Fuchsia. HEX triplet: B7, 72 and BE. RGB value is (183,114,190). Sum of RGB (Red+Green+Blue) = 183+114+190=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #B772BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B772BE is #488D41. Grayscale: #8F8F8F. Windows color (decimal): -4754754 or 12481207. OLE color: 12481207.

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

Color convert

RGB183114190-
CMYK0.040.4000.25
HSL294.47º36.89%59.61%-
HSV(B)294.47º40%74.51%-
XYZ34.8425.8251.86-
YUV143.29154.36156.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.58%
GREEN value IS 114 (44.92% from 255) = 23.41%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=37.58%
G=23.41%
B=39.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831141900.040.4000.25294.4736.8959.61
HexB772BE428019126253c
Octal2671622764500314464574
Binary10110111111001010111110100101000011001100100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B772BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B772BE; }

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

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

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

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

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

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

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

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