#B634C2

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

Shades of Fuchsia #B634C2

Tints of Fuchsia #B634C2

Color information

#B634C2 (or 0xB634C2) is unknown color: approx Fuchsia. HEX triplet: B6, 34 and C2. RGB value is (182,52,194). Sum of RGB (Red+Green+Blue) = 182+52+194=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 194 (76.17% from 255 or 45.33% from 428); Max value from RGB is 194 - color contains mainly: blue. Hex color #B634C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B634C2 is #49CB3D. Grayscale: #6A6A6A. Windows color (decimal): -4836158 or 12727478. OLE color: 12727478.

HSL color Cylindrical-coordinate representation of color #B634C2: hue angle of 294.93º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B634C2 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18252194-
CMYK0.060.7300.24
HSL294.93º57.72%48.24%-
HSV(B)294.93º73.2%76.08%-
XYZ30.2616.352.59-
YUV107.06177.07181.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.52%
GREEN value IS 52 (20.70% from 255) = 12.15%
BLUE value IS 194 (76.17% from 255) = 45.33%
R=42.52%
G=12.15%
B=45.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182521940.060.7300.24294.9357.7248.24
HexB634C26490181273a30
Octal2666430261110304477260
Binary10110110110100110000101101001001011000100100111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B634C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B634C2; }

 p { color: rgb(182,52,194); }

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

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

 a { background-color: rgb(182,52,194); }

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

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

 span { border-color: rgb(182,52,194); }

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