Html Css Color HEX #B251B1 Fuchsia

📋 copy color: '#B251B1'

red 178 ◦ green 81 ◦ blue 177

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

Shades of Fuchsia #B251B1

Tints of Fuchsia #B251B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.6%

R = 40.83%
G = 18.58%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B251B1 (or 0xB251B1) is known color: Fuchsia. HEX triplet: B2, 51 and B1. RGB value is (178,81,177). Sum of RGB (Red+Green+Blue) = 178+81+177=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B251B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B251B1 is #4DAE4E. Grayscale: #787878. Windows color (decimal): -5090895 or 11620786. OLE color: 11620786.

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

Color convert

RGB 178 81 177 -
CMYK 0 0.54 0.01 0.30
HSL 300.62º 0.39% 0.51% -
HSV(B) 300.62º 0.54% 0.7% -
XYZ 29.24 18.52 43.63 -
YUV 120.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 178 81 177 0 0.54 0.01 0.30 300.62 0.39 0.51
Hex B2 51 B1 0 36 1 1E 12D 27 33
Octal 262 121 261 0 66 1 36 455 47 63
Binary 10110010 1010001 10110001 0 110110 1 11110 100101101 100111 110011

Color Harmonies of #B251B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B251B1

Black with #B251B1

Text Example


Text Example

White with #B251B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B251B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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