Html Css Color HEX #B239A9 Fuchsia

📋 copy color: '#B239A9'

red 178 ◦ green 57 ◦ blue 169

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

Shades of Fuchsia #B239A9

Tints of Fuchsia #B239A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.83%

R = 44.06%
G = 14.11%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B239A9 (or 0xB239A9) is known color: Fuchsia. HEX triplet: B2, 39 and A9. RGB value is (178,57,169). Sum of RGB (Red+Green+Blue) = 178+57+169=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B239A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B239A9 is #4DC656. Grayscale: #696969. Windows color (decimal): -5097047 or 11090354. OLE color: 11090354.

HSL color Cylindrical-coordinate representation of color #B239A9: hue angle of 304.46º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B239A9 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 57 169 -
CMYK 0 0.68 0.05 0.30
HSL 304.46º 0.51% 0.46% -
HSV(B) 304.46º 0.68% 0.7% -
XYZ 26.98 15.26 39.06 -
YUV 105.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 178 57 169 0 0.68 0.05 0.30 304.46 0.51 0.46
Hex B2 39 A9 0 44 5 1E 130 33 2E
Octal 262 71 251 0 104 5 36 460 63 56
Binary 10110010 111001 10101001 0 1000100 101 11110 100110000 110011 101110

Color Harmonies of #B239A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B239A9

Black with #B239A9

Text Example


Text Example

White with #B239A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B239A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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