Html Css Color HEX #B771B2 Fuchsia

📋 copy color: '#B771B2'

red 183 ◦ green 113 ◦ blue 178

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

Shades of Fuchsia #B771B2

Tints of Fuchsia #B771B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.55%

R = 38.61%
G = 23.84%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B771B2 (or 0xB771B2) is known color: Fuchsia. HEX triplet: B7, 71 and B2. RGB value is (183,113,178). Sum of RGB (Red+Green+Blue) = 183+113+178=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B771B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B771B2 is #488E4D. Grayscale: #8D8D8D. Windows color (decimal): -4755022 or 11694519. OLE color: 11694519.

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

Color convert

RGB 183 113 178 -
CMYK 0 0.38 0.03 0.28
HSL 304.29º 0.33% 0.58% -
HSV(B) 304.29º 0.38% 0.72% -
XYZ 33.47 25.09 45.2 -
YUV 141.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 183 113 178 0 0.38 0.03 0.28 304.29 0.33 0.58
Hex B7 71 B2 0 26 3 1C 130 21 3A
Octal 267 161 262 0 46 3 34 460 41 72
Binary 10110111 1110001 10110010 0 100110 11 11100 100110000 100001 111010

Color Harmonies of #B771B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B771B2

Black with #B771B2

Text Example


Text Example

White with #B771B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B771B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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