Html Css Color HEX #B240AE Fuchsia

📋 copy color: '#B240AE'

red 178 ◦ green 64 ◦ blue 174

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

Shades of Fuchsia #B240AE

Tints of Fuchsia #B240AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 42.79%
G = 15.38%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B240AE (or 0xB240AE) is known color: Fuchsia. HEX triplet: B2, 40 and AE. RGB value is (178,64,174). Sum of RGB (Red+Green+Blue) = 178+64+174=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B240AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B240AE is #4DBF51. Grayscale: #6E6E6E. Windows color (decimal): -5095250 or 11419826. OLE color: 11419826.

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

Color convert

RGB 178 64 174 -
CMYK 0 0.64 0.02 0.30
HSL 302.11º 0.47% 0.47% -
HSV(B) 302.11º 0.64% 0.7% -
XYZ 27.83 16.19 41.7 -
YUV 110.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 178 64 174 0 0.64 0.02 0.30 302.11 0.47 0.47
Hex B2 40 AE 0 40 2 1E 12E 2F 2F
Octal 262 100 256 0 100 2 36 456 57 57
Binary 10110010 1000000 10101110 0 1000000 10 11110 100101110 101111 101111

Color Harmonies of #B240AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B240AE

Black with #B240AE

Text Example


Text Example

White with #B240AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B240AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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