Html Css Color HEX #B240AF Fuchsia

📋 copy color: '#B240AF'

red 178 ◦ green 64 ◦ blue 175

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

Shades of Fuchsia #B240AF

Tints of Fuchsia #B240AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.97%

R = 42.69%
G = 15.35%
B = 41.97%

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

#B240AF (or 0xB240AF) is known color: Fuchsia. HEX triplet: B2, 40 and AF. RGB value is (178,64,175). Sum of RGB (Red+Green+Blue) = 178+64+175=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B240AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B240AF is #4DBF50. Grayscale: #6E6E6E. Windows color (decimal): -5095249 or 11485362. OLE color: 11485362.

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

Color convert

RGB 178 64 175 -
CMYK 0 0.64 0.02 0.30
HSL 301.58º 0.47% 0.47% -
HSV(B) 301.58º 0.64% 0.7% -
XYZ 27.93 16.23 42.22 -
YUV 110.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 178 64 175 0 0.64 0.02 0.30 301.58 0.47 0.47
Hex B2 40 AF 0 40 2 1E 12E 2F 2F
Octal 262 100 257 0 100 2 36 456 57 57
Binary 10110010 1000000 10101111 0 1000000 10 11110 100101110 101111 101111

Color Harmonies of #B240AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B240AF

Black with #B240AF

Text Example


Text Example

White with #B240AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B240AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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