Html Css Color HEX #B240BA Fuchsia

📋 copy color: '#B240BA'

red 178 ◦ green 64 ◦ blue 186

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

Shades of Fuchsia #B240BA

Tints of Fuchsia #B240BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 41.59%
G = 14.95%
B = 43.46%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B240BA (or 0xB240BA) is known color: Fuchsia. HEX triplet: B2, 40 and BA. RGB value is (178,64,186). Sum of RGB (Red+Green+Blue) = 178+64+186=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #B240BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240BA is #4DBF45. Grayscale: #6F6F6F. Windows color (decimal): -5095238 or 12206258. OLE color: 12206258.

HSL color Cylindrical-coordinate representation of color #B240BA: hue angle of 296.07º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B240BA is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 64 186 -
CMYK 0.04 0.66 0 0.27
HSL 296.07º 0.49% 0.49% -
HSV(B) 296.07º 0.66% 0.73% -
XYZ 29.06 16.68 48.14 -
YUV 111.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 178 64 186 0.04 0.66 0 0.27 296.07 0.49 0.49
Hex B2 40 BA 4 42 0 1B 128 31 31
Octal 262 100 272 4 102 0 33 450 61 61
Binary 10110010 1000000 10111010 100 1000010 0 11011 100101000 110001 110001

Color Harmonies of #B240BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B240BA

Black with #B240BA

Text Example


Text Example

White with #B240BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B240BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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