Html Css Color HEX #B951AF Fuchsia

📋 copy color: '#B951AF'

red 185 ◦ green 81 ◦ blue 175

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

Shades of Fuchsia #B951AF

Tints of Fuchsia #B951AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.68%

R = 41.95%
G = 18.37%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B951AF (or 0xB951AF) is known color: Fuchsia. HEX triplet: B9, 51 and AF. RGB value is (185,81,175). Sum of RGB (Red+Green+Blue) = 185+81+175=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B951AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B951AF is #46AE50. Grayscale: #7A7A7A. Windows color (decimal): -4632145 or 11489721. OLE color: 11489721.

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

Color convert

RGB 185 81 175 -
CMYK 0 0.56 0.05 0.27
HSL 305.77º 0.43% 0.52% -
HSV(B) 305.77º 0.56% 0.73% -
XYZ 30.69 19.29 42.66 -
YUV 122.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 185 81 175 0 0.56 0.05 0.27 305.77 0.43 0.52
Hex B9 51 AF 0 38 5 1B 132 2B 34
Octal 271 121 257 0 70 5 33 462 53 64
Binary 10111001 1010001 10101111 0 111000 101 11011 100110010 101011 110100

Color Harmonies of #B951AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B951AF

Black with #B951AF

Text Example


Text Example

White with #B951AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B951AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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