Html Css Color HEX #B756B7 Fuchsia

📋 copy color: '#B756B7'

red 183 ◦ green 86 ◦ blue 183

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

Shades of Fuchsia #B756B7

Tints of Fuchsia #B756B7

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.03%

 BLUE value IS 183 (71.88% from 255) = 40.49%

R = 40.49%
G = 19.03%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B756B7 (or 0xB756B7) is known color: Fuchsia. HEX triplet: B7, 56 and B7. RGB value is (183,86,183). Sum of RGB (Red+Green+Blue) = 183+86+183=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B756B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B756B7 is #48A948. Grayscale: #7D7D7D. Windows color (decimal): -4761929 or 12015287. OLE color: 12015287.

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

Color convert

RGB 183 86 183 -
CMYK 0 0.53 0 0.28
HSL 300º 0.4% 0.53% -
HSV(B) 300º 0.53% 0.72% -
XYZ 31.4 20.14 47.03 -
YUV 126.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 183 86 183 0 0.53 0 0.28 300 0.4 0.53
Hex B7 56 B7 0 35 0 1C 12C 28 35
Octal 267 126 267 0 65 0 34 454 50 65
Binary 10110111 1010110 10110111 0 110101 0 11100 100101100 101000 110101

Color Harmonies of #B756B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B756B7

Black with #B756B7

Text Example


Text Example

White with #B756B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B756B7; }

 p { color: rgb(183,86,183); }

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

background-color css

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

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

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

border-color css

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

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

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