#b635c4

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

Shades of Fuchsia #B635C4

Tints of Fuchsia #B635C4

Color information

#B635C4 (or 0xB635C4) is unknown color: approx Fuchsia. HEX triplet: B6, 35 and C4. RGB value is (182,53,196). Sum of RGB (Red+Green+Blue) = 182+53+196=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #B635C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B635C4 is #49CA3B. Grayscale: #6B6B6B. Windows color (decimal): -4835900 or 12858806. OLE color: 12858806.

HSL color Cylindrical-coordinate representation of color #B635C4: hue angle of 294.13º degrees, saturation: 0.57, 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 #B635C4 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18253196-
CMYK0.070.7300.23
HSL294.13º57.43%48.82%-
HSV(B)294.13º72.96%76.86%-
XYZ30.5316.4853.8-
YUV107.87177.74180.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 53 (21.09% from 255) = 12.30%
BLUE value IS 196 (76.95% from 255) = 45.48%
R=42.23%
G=12.30%
B=45.48%

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
Decimal182531960.070.7300.23294.1357.4348.82
HexB635C47490171263931
Octal2666530471110274467161
Binary10110110110101110001001111001001010111100100110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b635c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b635c4; }

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

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

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

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

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

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

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

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