#B634C4

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

Shades of Fuchsia #B634C4

Tints of Fuchsia #B634C4

Color information

#B634C4 (or 0xB634C4) is unknown color: approx Fuchsia. HEX triplet: B6, 34 and C4. RGB value is (182,52,196). Sum of RGB (Red+Green+Blue) = 182+52+196=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 196 - color contains mainly: blue. Hex color #B634C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B634C4 is #49CB3B. Grayscale: #6A6A6A. Windows color (decimal): -4836156 or 12858550. OLE color: 12858550.

HSL color Cylindrical-coordinate representation of color #B634C4: hue angle of 294.17º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B634C4 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18252196-
CMYK0.070.7300.23
HSL294.17º58.06%48.63%-
HSV(B)294.17º73.47%76.86%-
XYZ30.4816.3953.78-
YUV107.29178.07181.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 52 (20.70% from 255) = 12.09%
BLUE value IS 196 (76.95% from 255) = 45.58%
R=42.33%
G=12.09%
B=45.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal182521960.070.7300.23294.1758.0648.63
HexB634C47490171263a31
Octal2666430471110274467261
Binary10110110110100110001001111001001010111100100110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B634C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B634C4; }

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

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

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

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

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

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

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

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