Html Css Color HEX #B24FC0 Fuchsia

📋 copy color: '#B24FC0'

red 178 ◦ green 79 ◦ blue 192

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

Shades of Fuchsia #B24FC0

Tints of Fuchsia #B24FC0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.59%

 BLUE value IS 192 (75.39% from 255) = 42.76%

R = 39.64%
G = 17.59%
B = 42.76%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B24FC0 (or 0xB24FC0) is known color: Fuchsia. HEX triplet: B2, 4F and C0. RGB value is (178,79,192). Sum of RGB (Red+Green+Blue) = 178+79+192=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #B24FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24FC0 is #4DB03F. Grayscale: #797979. Windows color (decimal): -5091392 or 12603314. OLE color: 12603314.

HSL color Cylindrical-coordinate representation of color #B24FC0: hue angle of 292.57º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24FC0 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 79 192 -
CMYK 0.07 0.59 0 0.25
HSL 292.57º 0.47% 0.53% -
HSV(B) 292.57º 0.59% 0.75% -
XYZ 30.67 18.86 51.89 -
YUV 121.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 178 79 192 0.07 0.59 0 0.25 292.57 0.47 0.53
Hex B2 4F C0 7 3B 0 19 125 2F 35
Octal 262 117 300 7 73 0 31 445 57 65
Binary 10110010 1001111 11000000 111 111011 0 11001 100100101 101111 110101

Color Harmonies of #B24FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24FC0

Black with #B24FC0

Text Example


Text Example

White with #B24FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24FC0; }

 p { color: rgb(178,79,192); }

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

background-color css

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

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

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

border-color css

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

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

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