#B638C2

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

Shades of Fuchsia #B638C2

Tints of Fuchsia #B638C2

Color information

#B638C2 (or 0xB638C2) is unknown color: approx Fuchsia. HEX triplet: B6, 38 and C2. RGB value is (182,56,194). Sum of RGB (Red+Green+Blue) = 182+56+194=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 194 - color contains mainly: blue. Hex color #B638C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B638C2 is #49C73D. Grayscale: #6C6C6C. Windows color (decimal): -4835134 or 12728502. OLE color: 12728502.

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

Color convert

RGB18256194-
CMYK0.060.7100.24
HSL294.78º55.2%49.02%-
HSV(B)294.78º71.13%76.08%-
XYZ30.4416.6752.65-
YUV109.41175.74179.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 56 (22.27% from 255) = 12.96%
BLUE value IS 194 (76.17% from 255) = 44.91%
R=42.13%
G=12.96%
B=44.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182561940.060.7100.24294.7855.249.02
HexB638C26470181273731
Octal2667030261070304476761
Binary10110110111000110000101101000111011000100100111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B638C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B638C2; }

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

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

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

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

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

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

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

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