Html Css Color HEX #B24DBE Fuchsia

📋 copy color: '#B24DBE'

red 178 ◦ green 77 ◦ blue 190

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

Shades of Fuchsia #B24DBE

Tints of Fuchsia #B24DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.7%

R = 40%
G = 17.3%
B = 42.7%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B24DBE (or 0xB24DBE) is known color: Fuchsia. HEX triplet: B2, 4D and BE. RGB value is (178,77,190). Sum of RGB (Red+Green+Blue) = 178+77+190=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #B24DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DBE is #4DB241. Grayscale: #777777. Windows color (decimal): -5091906 or 12471730. OLE color: 12471730.

HSL color Cylindrical-coordinate representation of color #B24DBE: hue angle of 293.63º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24DBE is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 77 190 -
CMYK 0.06 0.59 0 0.25
HSL 293.63º 0.47% 0.52% -
HSV(B) 293.63º 0.59% 0.75% -
XYZ 30.31 18.49 50.69 -
YUV 120.08 167.46 169.31 -
System Red Green Blue C M Y K H S L
Decimal 178 77 190 0.06 0.59 0 0.25 293.63 0.47 0.52
Hex B2 4D BE 6 3B 0 19 126 2F 34
Octal 262 115 276 6 73 0 31 446 57 64
Binary 10110010 1001101 10111110 110 111011 0 11001 100100110 101111 110100

Color Harmonies of #B24DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DBE

Black with #B24DBE

Text Example


Text Example

White with #B24DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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