#B630BD

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

Shades of Fuchsia #B630BD

Tints of Fuchsia #B630BD

Color information

#B630BD (or 0xB630BD) is unknown color: approx Fuchsia. HEX triplet: B6, 30 and BD. RGB value is (182,48,189). Sum of RGB (Red+Green+Blue) = 182+48+189=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #B630BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B630BD is #49CF42. Grayscale: #676767. Windows color (decimal): -4837187 or 12398774. OLE color: 12398774.

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

Color convert

RGB18248189-
CMYK0.040.7500.26
HSL297.02º59.49%46.47%-
HSV(B)297.02º74.6%74.12%-
XYZ29.5315.7349.62-
YUV104.14175.89183.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 48 (19.14% from 255) = 11.46%
BLUE value IS 189 (74.22% from 255) = 45.11%
R=43.44%
G=11.46%
B=45.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal182481890.040.7500.26297.0259.4946.47
HexB630BD44B01A1293b2e
Octal2666027541130324517356
Binary10110110110000101111011001001011011010100101001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B630BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B630BD; }

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

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

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

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

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

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

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

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