Html Css Color HEX #B24DBB Fuchsia

📋 copy color: '#B24DBB'

red 178 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #B24DBB

Tints of Fuchsia #B24DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.42%

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 40.27%
G = 17.42%
B = 42.31%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B24DBB (or 0xB24DBB) is known color: Fuchsia. HEX triplet: B2, 4D and BB. RGB value is (178,77,187). Sum of RGB (Red+Green+Blue) = 178+77+187=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #B24DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DBB is #4DB244. Grayscale: #777777. Windows color (decimal): -5091909 or 12275122. OLE color: 12275122.

HSL color Cylindrical-coordinate representation of color #B24DBB: hue angle of 295.09º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24DBB is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 77 187 -
CMYK 0.05 0.59 0 0.27
HSL 295.09º 0.45% 0.52% -
HSV(B) 295.09º 0.59% 0.73% -
XYZ 29.98 18.36 48.98 -
YUV 119.74 165.96 169.56 -
System Red Green Blue C M Y K H S L
Decimal 178 77 187 0.05 0.59 0 0.27 295.09 0.45 0.52
Hex B2 4D BB 5 3B 0 1B 127 2D 34
Octal 262 115 273 5 73 0 33 447 55 64
Binary 10110010 1001101 10111011 101 111011 0 11011 100100111 101101 110100

Color Harmonies of #B24DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DBB

Black with #B24DBB

Text Example


Text Example

White with #B24DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DBB; }

 p { color: rgb(178,77,187); }

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

background-color css

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

 a { background-color: rgb(178,77,187); }

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

border-color css

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

 span { border-color: rgb(178,77,187); }

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