Html Css Color HEX #B240AB Fuchsia

📋 copy color: '#B240AB'

red 178 ◦ green 64 ◦ blue 171

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

Shades of Fuchsia #B240AB

Tints of Fuchsia #B240AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 43.1%
G = 15.5%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B240AB (or 0xB240AB) is known color: Fuchsia. HEX triplet: B2, 40 and AB. RGB value is (178,64,171). Sum of RGB (Red+Green+Blue) = 178+64+171=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B240AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B240AB is #4DBF54. Grayscale: #6D6D6D. Windows color (decimal): -5095253 or 11223218. OLE color: 11223218.

HSL color Cylindrical-coordinate representation of color #B240AB: hue angle of 303.68º 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 #B240AB is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 64 171 -
CMYK 0 0.64 0.04 0.30
HSL 303.68º 0.47% 0.47% -
HSV(B) 303.68º 0.64% 0.7% -
XYZ 27.54 16.07 40.18 -
YUV 110.28 162.27 176.3 -
System Red Green Blue C M Y K H S L
Decimal 178 64 171 0 0.64 0.04 0.30 303.68 0.47 0.47
Hex B2 40 AB 0 40 4 1E 130 2F 2F
Octal 262 100 253 0 100 4 36 460 57 57
Binary 10110010 1000000 10101011 0 1000000 100 11110 100110000 101111 101111

Color Harmonies of #B240AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B240AB

Black with #B240AB

Text Example


Text Example

White with #B240AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B240AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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