Html Css Color HEX #B76ABB Fuchsia

📋 copy color: '#B76ABB'

red 183 ◦ green 106 ◦ blue 187

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

Shades of Fuchsia #B76ABB

Tints of Fuchsia #B76ABB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.27%

 BLUE value IS 187 (73.44% from 255) = 39.29%

R = 38.45%
G = 22.27%
B = 39.29%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B76ABB (or 0xB76ABB) is known color: Fuchsia. HEX triplet: B7, 6A and BB. RGB value is (183,106,187). Sum of RGB (Red+Green+Blue) = 183+106+187=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #B76ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ABB is #489544. Grayscale: #8A8A8A. Windows color (decimal): -4756805 or 12282551. OLE color: 12282551.

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

Color convert

RGB 183 106 187 -
CMYK 0.02 0.43 0 0.27
HSL 297.04º 0.37% 0.57% -
HSV(B) 297.04º 0.43% 0.73% -
XYZ 33.65 23.96 49.87 -
YUV 138.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 183 106 187 0.02 0.43 0 0.27 297.04 0.37 0.57
Hex B7 6A BB 2 2B 0 1B 129 25 39
Octal 267 152 273 2 53 0 33 451 45 71
Binary 10110111 1101010 10111011 10 101011 0 11011 100101001 100101 111001

Color Harmonies of #B76ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76ABB

Black with #B76ABB

Text Example


Text Example

White with #B76ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76ABB; }

 p { color: rgb(183,106,187); }

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

background-color css

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

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

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

border-color css

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

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

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