Html Css Color HEX #B951BC Fuchsia

📋 copy color: '#B951BC'

red 185 ◦ green 81 ◦ blue 188

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

Shades of Fuchsia #B951BC

Tints of Fuchsia #B951BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 40.75%
G = 17.84%
B = 41.41%

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

#B951BC (or 0xB951BC) is known color: Fuchsia. HEX triplet: B9, 51 and BC. RGB value is (185,81,188). Sum of RGB (Red+Green+Blue) = 185+81+188=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #B951BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B951BC is #46AE43. Grayscale: #7B7B7B. Windows color (decimal): -4632132 or 12341689. OLE color: 12341689.

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

Color convert

RGB 185 81 188 -
CMYK 0.02 0.57 0 0.26
HSL 298.32º 0.44% 0.53% -
HSV(B) 298.32º 0.57% 0.74% -
XYZ 32.03 19.83 49.72 -
YUV 124.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 185 81 188 0.02 0.57 0 0.26 298.32 0.44 0.53
Hex B9 51 BC 2 39 0 1A 12A 2C 35
Octal 271 121 274 2 71 0 32 452 54 65
Binary 10111001 1010001 10111100 10 111001 0 11010 100101010 101100 110101

Color Harmonies of #B951BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B951BC

Black with #B951BC

Text Example


Text Example

White with #B951BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B951BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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