Html Css Color HEX #B239BA Fuchsia

📋 copy color: '#B239BA'

red 178 ◦ green 57 ◦ blue 186

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

Shades of Fuchsia #B239BA

Tints of Fuchsia #B239BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.54%

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

R = 42.28%
G = 13.54%
B = 44.18%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B239BA (or 0xB239BA) is known color: Fuchsia. HEX triplet: B2, 39 and BA. RGB value is (178,57,186). Sum of RGB (Red+Green+Blue) = 178+57+186=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 57 (22.66% from 255 or 13.54% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #B239BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B239BA is #4DC645. Grayscale: #6B6B6B. Windows color (decimal): -5097030 or 12204466. OLE color: 12204466.

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

Color convert

RGB 178 57 186 -
CMYK 0.04 0.69 0 0.27
HSL 296.28º 0.53% 0.48% -
HSV(B) 296.28º 0.69% 0.73% -
XYZ 28.69 15.94 48.02 -
YUV 107.89 172.09 178.01 -
System Red Green Blue C M Y K H S L
Decimal 178 57 186 0.04 0.69 0 0.27 296.28 0.53 0.48
Hex B2 39 BA 4 45 0 1B 128 35 30
Octal 262 71 272 4 105 0 33 450 65 60
Binary 10110010 111001 10111010 100 1000101 0 11011 100101000 110101 110000

Color Harmonies of #B239BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B239BA

Black with #B239BA

Text Example


Text Example

White with #B239BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B239BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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