#B63CBB

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

Shades of Fuchsia #B63CBB

Tints of Fuchsia #B63CBB

Color information

#B63CBB (or 0xB63CBB) is unknown color: approx Fuchsia. HEX triplet: B6, 3C and BB. RGB value is (182,60,187). Sum of RGB (Red+Green+Blue) = 182+60+187=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #B63CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CBB is #49C344. Grayscale: #6E6E6E. Windows color (decimal): -4834117 or 12270774. OLE color: 12270774.

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

Color convert

RGB18260187-
CMYK0.030.6800.27
HSL297.64º51.42%48.43%-
HSV(B)297.64º67.91%73.33%-
XYZ29.8816.7648.67-
YUV110.96170.92178.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 60 (23.83% from 255) = 13.99%
BLUE value IS 187 (73.44% from 255) = 43.59%
R=42.42%
G=13.99%
B=43.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182601870.030.6800.27297.6451.4248.43
HexB63CBB34401B12a3330
Octal2667427331040334526360
Binary1011011011110010111011111000100011011100101010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63CBB; }

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

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

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

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

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

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

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

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