Html Css Color HEX #B756BA Fuchsia

📋 copy color: '#B756BA'

red 183 ◦ green 86 ◦ blue 186

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

Shades of Fuchsia #B756BA

Tints of Fuchsia #B756BA

RGB

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

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

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

R = 40.22%
G = 18.9%
B = 40.88%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B756BA (or 0xB756BA) is known color: Fuchsia. HEX triplet: B7, 56 and BA. RGB value is (183,86,186). Sum of RGB (Red+Green+Blue) = 183+86+186=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #B756BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B756BA is #48A945. Grayscale: #7E7E7E. Windows color (decimal): -4761926 or 12211895. OLE color: 12211895.

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

Color convert

RGB 183 86 186 -
CMYK 0.02 0.54 0 0.27
HSL 298.2º 0.42% 0.53% -
HSV(B) 298.2º 0.54% 0.73% -
XYZ 31.72 20.27 48.69 -
YUV 126.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 183 86 186 0.02 0.54 0 0.27 298.2 0.42 0.53
Hex B7 56 BA 2 36 0 1B 12A 2A 35
Octal 267 126 272 2 66 0 33 452 52 65
Binary 10110111 1010110 10111010 10 110110 0 11011 100101010 101010 110101

Color Harmonies of #B756BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B756BA

Black with #B756BA

Text Example


Text Example

White with #B756BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B756BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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