Html Css Color HEX #B242BA Fuchsia

📋 copy color: '#B242BA'

red 178 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #B242BA

Tints of Fuchsia #B242BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.35%

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

R = 41.4%
G = 15.35%
B = 43.26%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B242BA (or 0xB242BA) is known color: Fuchsia. HEX triplet: B2, 42 and BA. RGB value is (178,66,186). Sum of RGB (Red+Green+Blue) = 178+66+186=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #B242BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242BA is #4DBD45. Grayscale: #707070. Windows color (decimal): -5094726 or 12206770. OLE color: 12206770.

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

Color convert

RGB 178 66 186 -
CMYK 0.04 0.65 0 0.27
HSL 296º 0.48% 0.49% -
HSV(B) 296º 0.65% 0.73% -
XYZ 29.17 16.91 48.18 -
YUV 113.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 178 66 186 0.04 0.65 0 0.27 296 0.48 0.49
Hex B2 42 BA 4 41 0 1B 128 30 31
Octal 262 102 272 4 101 0 33 450 60 61
Binary 10110010 1000010 10111010 100 1000001 0 11011 100101000 110000 110001

Color Harmonies of #B242BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B242BA

Black with #B242BA

Text Example


Text Example

White with #B242BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B242BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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