Html Css Color HEX #B236A9 Fuchsia

📋 copy color: '#B236A9'

red 178 ◦ green 54 ◦ blue 169

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

Shades of Fuchsia #B236A9

Tints of Fuchsia #B236A9

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.47%

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

R = 44.39%
G = 13.47%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B236A9 (or 0xB236A9) is known color: Fuchsia. HEX triplet: B2, 36 and A9. RGB value is (178,54,169). Sum of RGB (Red+Green+Blue) = 178+54+169=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B236A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B236A9 is #4DC956. Grayscale: #676767. Windows color (decimal): -5097815 or 11089586. OLE color: 11089586.

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

Color convert

RGB 178 54 169 -
CMYK 0 0.70 0.05 0.30
HSL 304.35º 0.53% 0.45% -
HSV(B) 304.35º 0.7% 0.7% -
XYZ 26.84 14.97 39.01 -
YUV 104.19 164.58 180.65 -
System Red Green Blue C M Y K H S L
Decimal 178 54 169 0 0.70 0.05 0.30 304.35 0.53 0.45
Hex B2 36 A9 0 46 5 1E 130 35 2D
Octal 262 66 251 0 106 5 36 460 65 55
Binary 10110010 110110 10101001 0 1000110 101 11110 100110000 110101 101101

Color Harmonies of #B236A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B236A9

Black with #B236A9

Text Example


Text Example

White with #B236A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B236A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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