Html Css Color HEX #B24BBA Fuchsia

📋 copy color: '#B24BBA'

red 178 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #B24BBA

Tints of Fuchsia #B24BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.08%

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 40.55%
G = 17.08%
B = 42.37%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B24BBA (or 0xB24BBA) is known color: Fuchsia. HEX triplet: B2, 4B and BA. RGB value is (178,75,186). Sum of RGB (Red+Green+Blue) = 178+75+186=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #B24BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24BBA is #4DB445. Grayscale: #767676. Windows color (decimal): -5092422 or 12209074. OLE color: 12209074.

HSL color Cylindrical-coordinate representation of color #B24BBA: hue angle of 295.68º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24BBA is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 75 186 -
CMYK 0.04 0.60 0 0.27
HSL 295.68º 0.45% 0.51% -
HSV(B) 295.68º 0.6% 0.73% -
XYZ 29.74 18.04 48.37 -
YUV 118.45 166.12 170.47 -
System Red Green Blue C M Y K H S L
Decimal 178 75 186 0.04 0.60 0 0.27 295.68 0.45 0.51
Hex B2 4B BA 4 3C 0 1B 128 2D 33
Octal 262 113 272 4 74 0 33 450 55 63
Binary 10110010 1001011 10111010 100 111100 0 11011 100101000 101101 110011

Color Harmonies of #B24BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24BBA

Black with #B24BBA

Text Example


Text Example

White with #B24BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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