Html Css Color HEX #B76AB3 Fuchsia

📋 copy color: '#B76AB3'

red 183 ◦ green 106 ◦ blue 179

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

Shades of Fuchsia #B76AB3

Tints of Fuchsia #B76AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.25%

R = 39.1%
G = 22.65%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B76AB3 (or 0xB76AB3) is known color: Fuchsia. HEX triplet: B7, 6A and B3. RGB value is (183,106,179). Sum of RGB (Red+Green+Blue) = 183+106+179=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B76AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76AB3 is #48954C. Grayscale: #898989. Windows color (decimal): -4756813 or 11758263. OLE color: 11758263.

HSL color Cylindrical-coordinate representation of color #B76AB3: hue angle of 303.12º 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 #B76AB3 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 106 179 -
CMYK 0 0.42 0.02 0.28
HSL 303.12º 0.35% 0.57% -
HSV(B) 303.12º 0.42% 0.72% -
XYZ 32.82 23.63 45.48 -
YUV 137.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 183 106 179 0 0.42 0.02 0.28 303.12 0.35 0.57
Hex B7 6A B3 0 2A 2 1C 12F 23 39
Octal 267 152 263 0 52 2 34 457 43 71
Binary 10110111 1101010 10110011 0 101010 10 11100 100101111 100011 111001

Color Harmonies of #B76AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76AB3

Black with #B76AB3

Text Example


Text Example

White with #B76AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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