Html Css Color HEX #B951BD Fuchsia

📋 copy color: '#B951BD'

red 185 ◦ green 81 ◦ blue 189

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

Shades of Fuchsia #B951BD

Tints of Fuchsia #B951BD

RGB

 RED value IS 185 (72.66% from 255) = 40.66%

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

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

R = 40.66%
G = 17.8%
B = 41.54%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B951BD (or 0xB951BD) is known color: Fuchsia. HEX triplet: B9, 51 and BD. RGB value is (185,81,189). Sum of RGB (Red+Green+Blue) = 185+81+189=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #B951BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B951BD is #46AE42. Grayscale: #7C7C7C. Windows color (decimal): -4632131 or 12407225. OLE color: 12407225.

HSL color Cylindrical-coordinate representation of color #B951BD: hue angle of 297.78º 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 #B951BD is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 81 189 -
CMYK 0.02 0.57 0 0.26
HSL 297.78º 0.45% 0.53% -
HSV(B) 297.78º 0.57% 0.74% -
XYZ 32.14 19.87 50.29 -
YUV 124.41 164.46 171.22 -
System Red Green Blue C M Y K H S L
Decimal 185 81 189 0.02 0.57 0 0.26 297.78 0.45 0.53
Hex B9 51 BD 2 39 0 1A 12A 2D 35
Octal 271 121 275 2 71 0 32 452 55 65
Binary 10111001 1010001 10111101 10 111001 0 11010 100101010 101101 110101

Color Harmonies of #B951BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B951BD

Black with #B951BD

Text Example


Text Example

White with #B951BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B951BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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