Html Css Color HEX #B76AB6 Fuchsia

📋 copy color: '#B76AB6'

red 183 ◦ green 106 ◦ blue 182

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

Shades of Fuchsia #B76AB6

Tints of Fuchsia #B76AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.64%

R = 38.85%
G = 22.51%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B76AB6 (or 0xB76AB6) is known color: Fuchsia. HEX triplet: B7, 6A and B6. RGB value is (183,106,182). Sum of RGB (Red+Green+Blue) = 183+106+182=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B76AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76AB6 is #489549. Grayscale: #898989. Windows color (decimal): -4756810 or 11954871. OLE color: 11954871.

HSL color Cylindrical-coordinate representation of color #B76AB6: hue angle of 300.78º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76AB6 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 106 182 -
CMYK 0 0.42 0.01 0.28
HSL 300.78º 0.35% 0.57% -
HSV(B) 300.78º 0.42% 0.72% -
XYZ 33.13 23.75 47.09 -
YUV 137.69 153.01 160.32 -
System Red Green Blue C M Y K H S L
Decimal 183 106 182 0 0.42 0.01 0.28 300.78 0.35 0.57
Hex B7 6A B6 0 2A 1 1C 12D 23 39
Octal 267 152 266 0 52 1 34 455 43 71
Binary 10110111 1101010 10110110 0 101010 1 11100 100101101 100011 111001

Color Harmonies of #B76AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76AB6

Black with #B76AB6

Text Example


Text Example

White with #B76AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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