Html Css Color HEX #B24ABC Fuchsia

📋 copy color: '#B24ABC'

red 178 ◦ green 74 ◦ blue 188

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

Shades of Fuchsia #B24ABC

Tints of Fuchsia #B24ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.82%

 BLUE value IS 188 (73.83% from 255) = 42.73%

R = 40.45%
G = 16.82%
B = 42.73%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B24ABC (or 0xB24ABC) is known color: Fuchsia. HEX triplet: B2, 4A and BC. RGB value is (178,74,188). Sum of RGB (Red+Green+Blue) = 178+74+188=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #B24ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24ABC is #4DB543. Grayscale: #757575. Windows color (decimal): -5092676 or 12339890. OLE color: 12339890.

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

Color convert

RGB 178 74 188 -
CMYK 0.05 0.61 0 0.26
HSL 294.74º 0.46% 0.51% -
HSV(B) 294.74º 0.61% 0.74% -
XYZ 29.89 17.99 49.47 -
YUV 118.09 167.46 170.73 -
System Red Green Blue C M Y K H S L
Decimal 178 74 188 0.05 0.61 0 0.26 294.74 0.46 0.51
Hex B2 4A BC 5 3D 0 1A 127 2E 33
Octal 262 112 274 5 75 0 32 447 56 63
Binary 10110010 1001010 10111100 101 111101 0 11010 100100111 101110 110011

Color Harmonies of #B24ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24ABC

Black with #B24ABC

Text Example


Text Example

White with #B24ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24ABC; }

 p { color: rgb(178,74,188); }

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

background-color css

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

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

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

border-color css

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

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

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