Html Css Color HEX #B759BD Fuchsia

📋 copy color: '#B759BD'

red 183 ◦ green 89 ◦ blue 189

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

Shades of Fuchsia #B759BD

Tints of Fuchsia #B759BD

RGB

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

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

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

R = 39.7%
G = 19.31%
B = 41%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B759BD (or 0xB759BD) is known color: Fuchsia. HEX triplet: B7, 59 and BD. RGB value is (183,89,189). Sum of RGB (Red+Green+Blue) = 183+89+189=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 89 (35.16% from 255 or 19.31% 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 #B759BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B759BD is #48A642. Grayscale: #808080. Windows color (decimal): -4761155 or 12409271. OLE color: 12409271.

HSL color Cylindrical-coordinate representation of color #B759BD: hue angle of 296.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B759BD is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 89 189 -
CMYK 0.03 0.53 0 0.26
HSL 296.4º 0.43% 0.55% -
HSV(B) 296.4º 0.53% 0.74% -
XYZ 32.29 20.89 50.47 -
YUV 128.51 162.14 166.87 -
System Red Green Blue C M Y K H S L
Decimal 183 89 189 0.03 0.53 0 0.26 296.4 0.43 0.55
Hex B7 59 BD 3 35 0 1A 128 2B 37
Octal 267 131 275 3 65 0 32 450 53 67
Binary 10110111 1011001 10111101 11 110101 0 11010 100101000 101011 110111

Color Harmonies of #B759BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B759BD

Black with #B759BD

Text Example


Text Example

White with #B759BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B759BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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