Html Css Color HEX #B951AC Fuchsia

📋 copy color: '#B951AC'

red 185 ◦ green 81 ◦ blue 172

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

Shades of Fuchsia #B951AC

Tints of Fuchsia #B951AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.27%

R = 42.24%
G = 18.49%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B951AC (or 0xB951AC) is known color: Fuchsia. HEX triplet: B9, 51 and AC. RGB value is (185,81,172). Sum of RGB (Red+Green+Blue) = 185+81+172=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B951AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B951AC is #46AE53. Grayscale: #7A7A7A. Windows color (decimal): -4632148 or 11293113. OLE color: 11293113.

HSL color Cylindrical-coordinate representation of color #B951AC: hue angle of 307.5º 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 #B951AC is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 81 172 -
CMYK 0 0.56 0.07 0.27
HSL 307.5º 0.43% 0.52% -
HSV(B) 307.5º 0.56% 0.73% -
XYZ 30.4 19.18 41.13 -
YUV 122.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 185 81 172 0 0.56 0.07 0.27 307.5 0.43 0.52
Hex B9 51 AC 0 38 7 1B 134 2B 34
Octal 271 121 254 0 70 7 33 464 53 64
Binary 10111001 1010001 10101100 0 111000 111 11011 100110100 101011 110100

Color Harmonies of #B951AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B951AC

Black with #B951AC

Text Example


Text Example

White with #B951AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B951AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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