Html Css Color HEX #B759B1 Fuchsia

📋 copy color: '#B759B1'

red 183 ◦ green 89 ◦ blue 177

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

Shades of Fuchsia #B759B1

Tints of Fuchsia #B759B1

RGB

 RED value IS 183 (71.88% from 255) = 40.76%

 GREEN value IS 89 (35.16% from 255) = 19.82%

 BLUE value IS 177 (69.53% from 255) = 39.42%

R = 40.76%
G = 19.82%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B759B1 (or 0xB759B1) is known color: Fuchsia. HEX triplet: B7, 59 and B1. RGB value is (183,89,177). Sum of RGB (Red+Green+Blue) = 183+89+177=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B759B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B759B1 is #48A64E. Grayscale: #7E7E7E. Windows color (decimal): -4761167 or 11622839. OLE color: 11622839.

HSL color Cylindrical-coordinate representation of color #B759B1: hue angle of 303.83º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B759B1 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 89 177 -
CMYK 0 0.51 0.03 0.28
HSL 303.83º 0.39% 0.53% -
HSV(B) 303.83º 0.51% 0.72% -
XYZ 31.04 20.39 43.89 -
YUV 127.14 156.14 167.84 -
System Red Green Blue C M Y K H S L
Decimal 183 89 177 0 0.51 0.03 0.28 303.83 0.39 0.53
Hex B7 59 B1 0 33 3 1C 130 27 35
Octal 267 131 261 0 63 3 34 460 47 65
Binary 10110111 1011001 10110001 0 110011 11 11100 100110000 100111 110101

Color Harmonies of #B759B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B759B1

Black with #B759B1

Text Example


Text Example

White with #B759B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B759B1; }

 p { color: rgb(183,89,177); }

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

background-color css

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

 a { background-color: rgb(183,89,177); }

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

border-color css

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

 span { border-color: rgb(183,89,177); }

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