Html Css Color HEX #B240A8 Fuchsia

📋 copy color: '#B240A8'

red 178 ◦ green 64 ◦ blue 168

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

Shades of Fuchsia #B240A8

Tints of Fuchsia #B240A8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.61%

 BLUE value IS 168 (66.02% from 255) = 40.98%

R = 43.41%
G = 15.61%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B240A8 (or 0xB240A8) is known color: Fuchsia. HEX triplet: B2, 40 and A8. RGB value is (178,64,168). Sum of RGB (Red+Green+Blue) = 178+64+168=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B240A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B240A8 is #4DBF57. Grayscale: #6D6D6D. Windows color (decimal): -5095256 or 11026610. OLE color: 11026610.

HSL color Cylindrical-coordinate representation of color #B240A8: hue angle of 305.26º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B240A8 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 64 168 -
CMYK 0 0.64 0.06 0.30
HSL 305.26º 0.47% 0.47% -
HSV(B) 305.26º 0.64% 0.7% -
XYZ 27.26 15.96 38.69 -
YUV 109.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 178 64 168 0 0.64 0.06 0.30 305.26 0.47 0.47
Hex B2 40 A8 0 40 6 1E 131 2F 2F
Octal 262 100 250 0 100 6 36 461 57 57
Binary 10110010 1000000 10101000 0 1000000 110 11110 100110001 101111 101111

Color Harmonies of #B240A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B240A8

Black with #B240A8

Text Example


Text Example

White with #B240A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B240A8; }

 p { color: rgb(178,64,168); }

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

background-color css

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

 a { background-color: rgb(178,64,168); }

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

border-color css

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

 span { border-color: rgb(178,64,168); }

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