#B964BE

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

Shades of Fuchsia #B964BE

Tints of Fuchsia #B964BE

Color information

#B964BE (or 0xB964BE) is unknown color: approx Fuchsia. HEX triplet: B9, 64 and BE. RGB value is (185,100,190). Sum of RGB (Red+Green+Blue) = 185+100+190=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #B964BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B964BE is #469B41. Grayscale: #878787. Windows color (decimal): -4627266 or 12477625. OLE color: 12477625.

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

Color convert

RGB185100190-
CMYK0.030.4700.25
HSL296.67º40.91%56.86%-
HSV(B)296.67º47.37%74.51%-
XYZ33.8623.1551.4-
YUV135.67158.66163.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 100 (39.45% from 255) = 21.05%
BLUE value IS 190 (74.61% from 255) = 40%
R=38.95%
G=21.05%
B=40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851001900.030.4700.25296.6740.9156.86
HexB964BE32F0191292939
Octal2711442763570314515171
Binary1011100111001001011111011101111011001100101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B964BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B964BE; }

 p { color: rgb(185,100,190); }

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

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

 a { background-color: rgb(185,100,190); }

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

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

 span { border-color: rgb(185,100,190); }

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