Html Css Color HEX #B24DB2 Fuchsia

📋 copy color: '#B24DB2'

red 178 ◦ green 77 ◦ blue 178

#B24DB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B24DB2

Tints of Fuchsia #B24DB2

RGB

 RED value IS 178 (69.92% from 255) = 41.11%

 GREEN value IS 77 (30.47% from 255) = 17.78%

 BLUE value IS 178 (69.92% from 255) = 41.11%

R = 41.11%
G = 17.78%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B24DB2 (or 0xB24DB2) is known color: Fuchsia. HEX triplet: B2, 4D and B2. RGB value is (178,77,178). Sum of RGB (Red+Green+Blue) = 178+77+178=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B24DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24DB2 is #4DB24D. Grayscale: #767676. Windows color (decimal): -5091918 or 11685298. OLE color: 11685298.

HSL color Cylindrical-coordinate representation of color #B24DB2: hue angle of 300º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B24DB2 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 77 178 -
CMYK 0 0.57 0 0.30
HSL 300º 0.4% 0.5% -
HSV(B) 300º 0.57% 0.7% -
XYZ 29.05 17.99 44.06 -
YUV 118.71 161.46 170.29 -
System Red Green Blue C M Y K H S L
Decimal 178 77 178 0 0.57 0 0.30 300 0.4 0.5
Hex B2 4D B2 0 39 0 1E 12C 28 32
Octal 262 115 262 0 71 0 36 454 50 62
Binary 10110010 1001101 10110010 0 111001 0 11110 100101100 101000 110010

Color Harmonies of #B24DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DB2

Black with #B24DB2

Text Example


Text Example

White with #B24DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DB2; }

 p { color: rgb(178,77,178); }

 H1.HeaderClassName
 {
   color: #B24DB2;
 }
 .AnyTagClassName
 {
   color: #B24DB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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