Html Css Color HEX #B957BD Fuchsia

📋 copy color: '#B957BD'

red 185 ◦ green 87 ◦ blue 189

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

Shades of Fuchsia #B957BD

Tints of Fuchsia #B957BD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.87%

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

R = 40.13%
G = 18.87%
B = 41%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B957BD (or 0xB957BD) is known color: Fuchsia. HEX triplet: B9, 57 and BD. RGB value is (185,87,189). Sum of RGB (Red+Green+Blue) = 185+87+189=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #B957BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B957BD is #46A842. Grayscale: #7F7F7F. Windows color (decimal): -4630595 or 12408761. OLE color: 12408761.

HSL color Cylindrical-coordinate representation of color #B957BD: hue angle of 297.65º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B957BD is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 87 189 -
CMYK 0.02 0.54 0 0.26
HSL 297.65º 0.44% 0.54% -
HSV(B) 297.65º 0.54% 0.74% -
XYZ 32.6 20.8 50.44 -
YUV 127.93 162.47 168.71 -
System Red Green Blue C M Y K H S L
Decimal 185 87 189 0.02 0.54 0 0.26 297.65 0.44 0.54
Hex B9 57 BD 2 36 0 1A 12A 2C 36
Octal 271 127 275 2 66 0 32 452 54 66
Binary 10111001 1010111 10111101 10 110110 0 11010 100101010 101100 110110

Color Harmonies of #B957BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B957BD

Black with #B957BD

Text Example


Text Example

White with #B957BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B957BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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