Html Css Color HEX #B24CC2 Fuchsia

📋 copy color: '#B24CC2'

red 178 ◦ green 76 ◦ blue 194

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

Shades of Fuchsia #B24CC2

Tints of Fuchsia #B24CC2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.96%

 BLUE value IS 194 (76.17% from 255) = 43.3%

R = 39.73%
G = 16.96%
B = 43.3%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B24CC2 (or 0xB24CC2) is known color: Fuchsia. HEX triplet: B2, 4C and C2. RGB value is (178,76,194). Sum of RGB (Red+Green+Blue) = 178+76+194=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #B24CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CC2 is #4DB33D. Grayscale: #777777. Windows color (decimal): -5092158 or 12733618. OLE color: 12733618.

HSL color Cylindrical-coordinate representation of color #B24CC2: hue angle of 291.86º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24CC2 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 76 194 -
CMYK 0.08 0.61 0 0.24
HSL 291.86º 0.49% 0.53% -
HSV(B) 291.86º 0.61% 0.76% -
XYZ 30.68 18.53 53 -
YUV 119.95 169.79 169.41 -
System Red Green Blue C M Y K H S L
Decimal 178 76 194 0.08 0.61 0 0.24 291.86 0.49 0.53
Hex B2 4C C2 8 3D 0 18 124 31 35
Octal 262 114 302 10 75 0 30 444 61 65
Binary 10110010 1001100 11000010 1000 111101 0 11000 100100100 110001 110101

Color Harmonies of #B24CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24CC2

Black with #B24CC2

Text Example


Text Example

White with #B24CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24CC2; }

 p { color: rgb(178,76,194); }

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

background-color css

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

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

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

border-color css

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

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

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