Html Css Color HEX #B76FBC Fuchsia

📋 copy color: '#B76FBC'

red 183 ◦ green 111 ◦ blue 188

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

Shades of Fuchsia #B76FBC

Tints of Fuchsia #B76FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.03%

 BLUE value IS 188 (73.83% from 255) = 39%

R = 37.97%
G = 23.03%
B = 39%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B76FBC (or 0xB76FBC) is known color: Fuchsia. HEX triplet: B7, 6F and BC. RGB value is (183,111,188). Sum of RGB (Red+Green+Blue) = 183+111+188=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #B76FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FBC is #489043. Grayscale: #8D8D8D. Windows color (decimal): -4755524 or 12349367. OLE color: 12349367.

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

Color convert

RGB 183 111 188 -
CMYK 0.03 0.41 0 0.26
HSL 296.1º 0.36% 0.59% -
HSV(B) 296.1º 0.41% 0.74% -
XYZ 34.29 25.07 50.61 -
YUV 141.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 183 111 188 0.03 0.41 0 0.26 296.1 0.36 0.59
Hex B7 6F BC 3 29 0 1A 128 24 3B
Octal 267 157 274 3 51 0 32 450 44 73
Binary 10110111 1101111 10111100 11 101001 0 11010 100101000 100100 111011

Color Harmonies of #B76FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76FBC

Black with #B76FBC

Text Example


Text Example

White with #B76FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76FBC; }

 p { color: rgb(183,111,188); }

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

background-color css

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

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

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

border-color css

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

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

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