#B24BBD

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

Shades of Fuchsia #B24BBD

Tints of Fuchsia #B24BBD

Color information

#B24BBD (or 0xB24BBD) is unknown color: approx Fuchsia. HEX triplet: B2, 4B and BD. RGB value is (178,75,189). Sum of RGB (Red+Green+Blue) = 178+75+189=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #B24BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24BBD is #4DB442. Grayscale: #767676. Windows color (decimal): -5092419 or 12405682. OLE color: 12405682.

HSL color Cylindrical-coordinate representation of color #B24BBD: hue angle of 294.21º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24BBD is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17875189-
CMYK0.060.6000.26
HSL294.21º46.34%51.76%-
HSV(B)294.21º60.32%74.12%-
XYZ30.0618.1750.07-
YUV118.79167.62170.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.27%
GREEN value IS 75 (29.69% from 255) = 16.97%
BLUE value IS 189 (74.22% from 255) = 42.76%
R=40.27%
G=16.97%
B=42.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178751890.060.6000.26294.2146.3451.76
HexB24BBD63C01A1262e34
Octal2621132756740324465664
Binary10110010100101110111101110111100011010100100110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24BBD; }

 p { color: rgb(178,75,189); }

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

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

 a { background-color: rgb(178,75,189); }

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

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

 span { border-color: rgb(178,75,189); }

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