#B630B8

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

Shades of Fuchsia #B630B8

Tints of Fuchsia #B630B8

Color information

#B630B8 (or 0xB630B8) is unknown color: approx Fuchsia. HEX triplet: B6, 30 and B8. RGB value is (182,48,184). Sum of RGB (Red+Green+Blue) = 182+48+184=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 184 - color contains mainly: blue. Hex color #B630B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B630B8 is #49CF47. Grayscale: #676767. Windows color (decimal): -4837192 or 12071094. OLE color: 12071094.

HSL color Cylindrical-coordinate representation of color #B630B8: hue angle of 299.12º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B630B8 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18248184-
CMYK0.010.7400.28
HSL299.12º58.62%45.49%-
HSV(B)299.12º73.91%72.16%-
XYZ2915.5246.81-
YUV103.57173.39183.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 48 (19.14% from 255) = 11.59%
BLUE value IS 184 (72.27% from 255) = 44.44%
R=43.96%
G=11.59%
B=44.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal182481840.010.7400.28299.1258.6245.49
HexB630B814A01C12b3b2d
Octal2666027011120344537355
Binary101101101100001011100011001010011100100101011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B630B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B630B8; }

 p { color: rgb(182,48,184); }

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

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

 a { background-color: rgb(182,48,184); }

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

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

 span { border-color: rgb(182,48,184); }

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