Html Css Color HEX #B240AD Fuchsia

📋 copy color: '#B240AD'

red 178 ◦ green 64 ◦ blue 173

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

Shades of Fuchsia #B240AD

Tints of Fuchsia #B240AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.69%

R = 42.89%
G = 15.42%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B240AD (or 0xB240AD) is known color: Fuchsia. HEX triplet: B2, 40 and AD. RGB value is (178,64,173). Sum of RGB (Red+Green+Blue) = 178+64+173=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B240AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B240AD is #4DBF52. Grayscale: #6E6E6E. Windows color (decimal): -5095251 or 11354290. OLE color: 11354290.

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

Color convert

RGB 178 64 173 -
CMYK 0 0.64 0.03 0.30
HSL 302.63º 0.47% 0.47% -
HSV(B) 302.63º 0.64% 0.7% -
XYZ 27.74 16.15 41.19 -
YUV 110.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 178 64 173 0 0.64 0.03 0.30 302.63 0.47 0.47
Hex B2 40 AD 0 40 3 1E 12F 2F 2F
Octal 262 100 255 0 100 3 36 457 57 57
Binary 10110010 1000000 10101101 0 1000000 11 11110 100101111 101111 101111

Color Harmonies of #B240AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B240AD

Black with #B240AD

Text Example


Text Example

White with #B240AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B240AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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