Html Css Color HEX #B231AB Fuchsia

📋 copy color: '#B231AB'

red 178 ◦ green 49 ◦ blue 171

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

Shades of Fuchsia #B231AB

Tints of Fuchsia #B231AB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.31%

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 44.72%
G = 12.31%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B231AB (or 0xB231AB) is known color: Fuchsia. HEX triplet: B2, 31 and AB. RGB value is (178,49,171). Sum of RGB (Red+Green+Blue) = 178+49+171=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B231AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B231AB is #4DCE54. Grayscale: #656565. Windows color (decimal): -5099093 or 11219378. OLE color: 11219378.

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

Color convert

RGB 178 49 171 -
CMYK 0 0.72 0.04 0.30
HSL 303.26º 0.57% 0.45% -
HSV(B) 303.26º 0.72% 0.7% -
XYZ 26.81 14.6 39.93 -
YUV 101.48 167.24 182.58 -
System Red Green Blue C M Y K H S L
Decimal 178 49 171 0 0.72 0.04 0.30 303.26 0.57 0.45
Hex B2 31 AB 0 48 4 1E 12F 39 2D
Octal 262 61 253 0 110 4 36 457 71 55
Binary 10110010 110001 10101011 0 1001000 100 11110 100101111 111001 101101

Color Harmonies of #B231AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B231AB

Black with #B231AB

Text Example


Text Example

White with #B231AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B231AB; }

 p { color: rgb(178,49,171); }

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

background-color css

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

 a { background-color: rgb(178,49,171); }

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

border-color css

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

 span { border-color: rgb(178,49,171); }

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