Html Css Color HEX #B951A5 Fuchsia

📋 copy color: '#B951A5'

red 185 ◦ green 81 ◦ blue 165

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

Shades of Fuchsia #B951A5

Tints of Fuchsia #B951A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.28%

R = 42.92%
G = 18.79%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B951A5 (or 0xB951A5) is known color: Fuchsia. HEX triplet: B9, 51 and A5. RGB value is (185,81,165). Sum of RGB (Red+Green+Blue) = 185+81+165=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B951A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B951A5 is #46AE5A. Grayscale: #797979. Windows color (decimal): -4632155 or 10834361. OLE color: 10834361.

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

Color convert

RGB 185 81 165 -
CMYK 0 0.56 0.11 0.27
HSL 311.54º 0.43% 0.52% -
HSV(B) 311.54º 0.56% 0.73% -
XYZ 29.74 18.92 37.68 -
YUV 121.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 185 81 165 0 0.56 0.11 0.27 311.54 0.43 0.52
Hex B9 51 A5 0 38 B 1B 138 2B 34
Octal 271 121 245 0 70 13 33 470 53 64
Binary 10111001 1010001 10100101 0 111000 1011 11011 100111000 101011 110100

Color Harmonies of #B951A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B951A5

Black with #B951A5

Text Example


Text Example

White with #B951A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B951A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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