#B638C7

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

Shades of Fuchsia #B638C7

Tints of Fuchsia #B638C7

Color information

#B638C7 (or 0xB638C7) is unknown color: approx Fuchsia. HEX triplet: B6, 38 and C7. RGB value is (182,56,199). Sum of RGB (Red+Green+Blue) = 182+56+199=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 199 - color contains mainly: blue. Hex color #B638C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B638C7 is #49C738. Grayscale: #6D6D6D. Windows color (decimal): -4835129 or 13056182. OLE color: 13056182.

HSL color Cylindrical-coordinate representation of color #B638C7: hue angle of 292.87º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B638C7 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18256199-
CMYK0.090.7200.22
HSL292.87º56.08%50%-
HSV(B)292.87º71.86%78.04%-
XYZ31.0116.955.66-
YUV109.98178.24179.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.65%
GREEN value IS 56 (22.27% from 255) = 12.81%
BLUE value IS 199 (78.12% from 255) = 45.54%
R=41.65%
G=12.81%
B=45.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182561990.090.7200.22292.8756.0850
HexB638C79480161253832
Octal26670307111100264457062
Binary101101101110001100011110011001000010110100100101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B638C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B638C7; }

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

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

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

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

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

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

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

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