#B630B3

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

Shades of Fuchsia #B630B3

Tints of Fuchsia #B630B3

Color information

#B630B3 (or 0xB630B3) is unknown color: approx Fuchsia. HEX triplet: B6, 30 and B3. RGB value is (182,48,179). Sum of RGB (Red+Green+Blue) = 182+48+179=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 179 (70.31% from 255 or 43.77% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B630B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B630B3 is #49CF4C. Grayscale: #666666. Windows color (decimal): -4837197 or 11743414. OLE color: 11743414.

HSL color Cylindrical-coordinate representation of color #B630B3: hue angle of 301.34º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B630B3 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18248179-
CMYK00.740.020.29
HSL301.34º58.26%45.1%-
HSV(B)301.34º73.63%71.37%-
XYZ28.4915.3144.1-
YUV103170.89184.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 48 (19.14% from 255) = 11.74%
BLUE value IS 179 (70.31% from 255) = 43.77%
R=44.50%
G=11.74%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824817900.740.020.29301.3458.2645.1
HexB630B304A21D12d3a2d
Octal2666026301122354557255
Binary1011011011000010110011010010101011101100101101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B630B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B630B3; }

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

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

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

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

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

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

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

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