Html Css Color HEX #B251BD Fuchsia

📋 copy color: '#B251BD'

red 178 ◦ green 81 ◦ blue 189

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

Shades of Fuchsia #B251BD

Tints of Fuchsia #B251BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 39.73%
G = 18.08%
B = 42.19%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B251BD (or 0xB251BD) is known color: Fuchsia. HEX triplet: B2, 51 and BD. RGB value is (178,81,189). Sum of RGB (Red+Green+Blue) = 178+81+189=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #B251BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B251BD is #4DAE42. Grayscale: #797979. Windows color (decimal): -5090883 or 12407218. OLE color: 12407218.

HSL color Cylindrical-coordinate representation of color #B251BD: hue angle of 293.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B251BD is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 81 189 -
CMYK 0.06 0.57 0 0.26
HSL 293.89º 0.45% 0.53% -
HSV(B) 293.89º 0.57% 0.74% -
XYZ 30.49 19.02 50.21 -
YUV 122.32 165.64 167.72 -
System Red Green Blue C M Y K H S L
Decimal 178 81 189 0.06 0.57 0 0.26 293.89 0.45 0.53
Hex B2 51 BD 6 39 0 1A 126 2D 35
Octal 262 121 275 6 71 0 32 446 55 65
Binary 10110010 1010001 10111101 110 111001 0 11010 100100110 101101 110101

Color Harmonies of #B251BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B251BD

Black with #B251BD

Text Example


Text Example

White with #B251BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B251BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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