#B630BB

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

Shades of Fuchsia #B630BB

Tints of Fuchsia #B630BB

Color information

#B630BB (or 0xB630BB) is unknown color: approx Fuchsia. HEX triplet: B6, 30 and BB. RGB value is (182,48,187). Sum of RGB (Red+Green+Blue) = 182+48+187=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #B630BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B630BB is #49CF44. Grayscale: #676767. Windows color (decimal): -4837189 or 12267702. OLE color: 12267702.

HSL color Cylindrical-coordinate representation of color #B630BB: hue angle of 297.84º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B630BB is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18248187-
CMYK0.030.7400.27
HSL297.84º59.15%46.08%-
HSV(B)297.84º74.33%73.33%-
XYZ29.3215.6548.49-
YUV103.91174.89183.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 48 (19.14% from 255) = 11.51%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=43.65%
G=11.51%
B=44.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182481870.030.7400.27297.8459.1546.08
HexB630BB34A01B12a3b2e
Octal2666027331120334527356
Binary1011011011000010111011111001010011011100101010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B630BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B630BB; }

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

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

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

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

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

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

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

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