Html Css Color HEX #B251BA Fuchsia

📋 copy color: '#B251BA'

red 178 ◦ green 81 ◦ blue 186

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

Shades of Fuchsia #B251BA

Tints of Fuchsia #B251BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.2%

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

R = 40%
G = 18.2%
B = 41.8%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B251BA (or 0xB251BA) is known color: Fuchsia. HEX triplet: B2, 51 and BA. RGB value is (178,81,186). Sum of RGB (Red+Green+Blue) = 178+81+186=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #B251BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B251BA is #4DAE45. Grayscale: #797979. Windows color (decimal): -5090886 or 12210610. OLE color: 12210610.

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

Color convert

RGB 178 81 186 -
CMYK 0.04 0.56 0 0.27
HSL 295.43º 0.43% 0.52% -
HSV(B) 295.43º 0.56% 0.73% -
XYZ 30.17 18.9 48.51 -
YUV 121.97 164.14 167.96 -
System Red Green Blue C M Y K H S L
Decimal 178 81 186 0.04 0.56 0 0.27 295.43 0.43 0.52
Hex B2 51 BA 4 38 0 1B 127 2B 34
Octal 262 121 272 4 70 0 33 447 53 64
Binary 10110010 1010001 10111010 100 111000 0 11011 100100111 101011 110100

Color Harmonies of #B251BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B251BA

Black with #B251BA

Text Example


Text Example

White with #B251BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B251BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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