Html Css Color HEX #B24BB1 Fuchsia

📋 copy color: '#B24BB1'

red 178 ◦ green 75 ◦ blue 177

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

Shades of Fuchsia #B24BB1

Tints of Fuchsia #B24BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.16%

R = 41.4%
G = 17.44%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B24BB1 (or 0xB24BB1) is known color: Fuchsia. HEX triplet: B2, 4B and B1. RGB value is (178,75,177). Sum of RGB (Red+Green+Blue) = 178+75+177=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B24BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24BB1 is #4DB44E. Grayscale: #757575. Windows color (decimal): -5092431 or 11619250. OLE color: 11619250.

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

Color convert

RGB 178 75 177 -
CMYK 0 0.58 0.01 0.30
HSL 300.58º 0.41% 0.5% -
HSV(B) 300.58º 0.58% 0.7% -
XYZ 28.81 17.67 43.49 -
YUV 117.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 178 75 177 0 0.58 0.01 0.30 300.58 0.41 0.5
Hex B2 4B B1 0 3A 1 1E 12D 29 32
Octal 262 113 261 0 72 1 36 455 51 62
Binary 10110010 1001011 10110001 0 111010 1 11110 100101101 101001 110010

Color Harmonies of #B24BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24BB1

Black with #B24BB1

Text Example


Text Example

White with #B24BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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