Html Css Color HEX #B76FB3 Fuchsia

📋 copy color: '#B76FB3'

red 183 ◦ green 111 ◦ blue 179

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

Shades of Fuchsia #B76FB3

Tints of Fuchsia #B76FB3

RGB

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

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

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

R = 38.69%
G = 23.47%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B76FB3 (or 0xB76FB3) is known color: Fuchsia. HEX triplet: B7, 6F and B3. RGB value is (183,111,179). Sum of RGB (Red+Green+Blue) = 183+111+179=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B76FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FB3 is #48904C. Grayscale: #8C8C8C. Windows color (decimal): -4755533 or 11759543. OLE color: 11759543.

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

Color convert

RGB 183 111 179 -
CMYK 0 0.39 0.02 0.28
HSL 303.33º 0.33% 0.58% -
HSV(B) 303.33º 0.39% 0.72% -
XYZ 33.35 24.69 45.66 -
YUV 140.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 183 111 179 0 0.39 0.02 0.28 303.33 0.33 0.58
Hex B7 6F B3 0 27 2 1C 12F 21 3A
Octal 267 157 263 0 47 2 34 457 41 72
Binary 10110111 1101111 10110011 0 100111 10 11100 100101111 100001 111010

Color Harmonies of #B76FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76FB3

Black with #B76FB3

Text Example


Text Example

White with #B76FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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