#B965BF

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

Shades of Fuchsia #B965BF

Tints of Fuchsia #B965BF

Color information

#B965BF (or 0xB965BF) is unknown color: approx Fuchsia. HEX triplet: B9, 65 and BF. RGB value is (185,101,191). Sum of RGB (Red+Green+Blue) = 185+101+191=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #B965BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965BF is #469A40. Grayscale: #888888. Windows color (decimal): -4627009 or 12543417. OLE color: 12543417.

HSL color Cylindrical-coordinate representation of color #B965BF: hue angle of 296º 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 #B965BF is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185101191-
CMYK0.030.4700.25
HSL296º41.28%57.25%-
HSV(B)296º47.12%74.9%-
XYZ34.0723.3852.01-
YUV136.38158.83162.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 101 (39.84% from 255) = 21.17%
BLUE value IS 191 (75% from 255) = 40.04%
R=38.78%
G=21.17%
B=40.04%

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
Decimal1851011910.030.4700.2529641.2857.25
HexB965BF32F0191282939
Octal2711452773570314505171
Binary1011100111001011011111111101111011001100101000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B965BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B965BF; }

 p { color: rgb(185,101,191); }

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

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

 a { background-color: rgb(185,101,191); }

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

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

 span { border-color: rgb(185,101,191); }

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