Html Css Color HEX #B771BA Fuchsia

📋 copy color: '#B771BA'

red 183 ◦ green 113 ◦ blue 186

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

Shades of Fuchsia #B771BA

Tints of Fuchsia #B771BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.44%

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

R = 37.97%
G = 23.44%
B = 38.59%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B771BA (or 0xB771BA) is known color: Fuchsia. HEX triplet: B7, 71 and BA. RGB value is (183,113,186). Sum of RGB (Red+Green+Blue) = 183+113+186=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #B771BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771BA is #488E45. Grayscale: #8E8E8E. Windows color (decimal): -4755014 or 12218807. OLE color: 12218807.

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

Color convert

RGB 183 113 186 -
CMYK 0.02 0.39 0 0.27
HSL 297.53º 0.35% 0.59% -
HSV(B) 297.53º 0.39% 0.73% -
XYZ 34.3 25.42 49.55 -
YUV 142.25 152.69 157.06 -
System Red Green Blue C M Y K H S L
Decimal 183 113 186 0.02 0.39 0 0.27 297.53 0.35 0.59
Hex B7 71 BA 2 27 0 1B 12A 23 3B
Octal 267 161 272 2 47 0 33 452 43 73
Binary 10110111 1110001 10111010 10 100111 0 11011 100101010 100011 111011

Color Harmonies of #B771BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B771BA

Black with #B771BA

Text Example


Text Example

White with #B771BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B771BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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