Html Css Color HEX #B231B8 Fuchsia

📋 copy color: '#B231B8'

red 178 ◦ green 49 ◦ blue 184

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

Shades of Fuchsia #B231B8

Tints of Fuchsia #B231B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.77%

R = 43.31%
G = 11.92%
B = 44.77%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B231B8 (or 0xB231B8) is known color: Fuchsia. HEX triplet: B2, 31 and B8. RGB value is (178,49,184). Sum of RGB (Red+Green+Blue) = 178+49+184=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 184 - color contains mainly: blue. Hex color #B231B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B231B8 is #4DCE47. Grayscale: #666666. Windows color (decimal): -5099080 or 12071346. OLE color: 12071346.

HSL color Cylindrical-coordinate representation of color #B231B8: hue angle of 297.33º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B231B8 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 49 184 -
CMYK 0.03 0.73 0 0.28
HSL 297.33º 0.58% 0.46% -
HSV(B) 297.33º 0.73% 0.72% -
XYZ 28.11 15.12 46.78 -
YUV 102.96 173.74 181.52 -
System Red Green Blue C M Y K H S L
Decimal 178 49 184 0.03 0.73 0 0.28 297.33 0.58 0.46
Hex B2 31 B8 3 49 0 1C 129 3A 2E
Octal 262 61 270 3 111 0 34 451 72 56
Binary 10110010 110001 10111000 11 1001001 0 11100 100101001 111010 101110

Color Harmonies of #B231B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B231B8

Black with #B231B8

Text Example


Text Example

White with #B231B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B231B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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