#B970C2

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

Shades of Fuchsia #B970C2

Tints of Fuchsia #B970C2

Color information

#B970C2 (or 0xB970C2) is unknown color: approx Fuchsia. HEX triplet: B9, 70 and C2. RGB value is (185,112,194). Sum of RGB (Red+Green+Blue) = 185+112+194=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 194 - color contains mainly: blue. Hex color #B970C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970C2 is #468F3D. Grayscale: #8E8E8E. Windows color (decimal): -4624190 or 12742841. OLE color: 12742841.

HSL color Cylindrical-coordinate representation of color #B970C2: hue angle of 293.41º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B970C2 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185112194-
CMYK0.050.4200.24
HSL293.41º40.2%60%-
HSV(B)293.41º42.27%76.08%-
XYZ35.5425.854.15-
YUV143.18156.68157.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 112 (44.14% from 255) = 22.81%
BLUE value IS 194 (76.17% from 255) = 39.51%
R=37.68%
G=22.81%
B=39.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851121940.050.4200.24293.4140.260
HexB970C252A018125283c
Octal2711603025520304455074
Binary10111001111000011000010101101010011000100100101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B970C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B970C2; }

 p { color: rgb(185,112,194); }

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

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

 a { background-color: rgb(185,112,194); }

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

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

 span { border-color: rgb(185,112,194); }

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