Html Css Color HEX #B759BA Fuchsia

📋 copy color: '#B759BA'

red 183 ◦ green 89 ◦ blue 186

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

Shades of Fuchsia #B759BA

Tints of Fuchsia #B759BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 39.96%
G = 19.43%
B = 40.61%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B759BA (or 0xB759BA) is known color: Fuchsia. HEX triplet: B7, 59 and BA. RGB value is (183,89,186). Sum of RGB (Red+Green+Blue) = 183+89+186=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #B759BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B759BA is #48A645. Grayscale: #7F7F7F. Windows color (decimal): -4761158 or 12212663. OLE color: 12212663.

HSL color Cylindrical-coordinate representation of color #B759BA: hue angle of 298.14º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B759BA is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 89 186 -
CMYK 0.02 0.52 0 0.27
HSL 298.14º 0.41% 0.54% -
HSV(B) 298.14º 0.52% 0.73% -
XYZ 31.96 20.76 48.78 -
YUV 128.16 160.64 167.11 -
System Red Green Blue C M Y K H S L
Decimal 183 89 186 0.02 0.52 0 0.27 298.14 0.41 0.54
Hex B7 59 BA 2 34 0 1B 12A 29 36
Octal 267 131 272 2 64 0 33 452 51 66
Binary 10110111 1011001 10111010 10 110100 0 11011 100101010 101001 110110

Color Harmonies of #B759BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B759BA

Black with #B759BA

Text Example


Text Example

White with #B759BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B759BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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