Html Css Color HEX #B76DC1 Fuchsia

📋 copy color: '#B76DC1'

red 183 ◦ green 109 ◦ blue 193

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

Shades of Fuchsia #B76DC1

Tints of Fuchsia #B76DC1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.47%

 BLUE value IS 193 (75.78% from 255) = 39.79%

R = 37.73%
G = 22.47%
B = 39.79%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B76DC1 (or 0xB76DC1) is known color: Fuchsia. HEX triplet: B7, 6D and C1. RGB value is (183,109,193). Sum of RGB (Red+Green+Blue) = 183+109+193=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #B76DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DC1 is #48923E. Grayscale: #8C8C8C. Windows color (decimal): -4756031 or 12676535. OLE color: 12676535.

HSL color Cylindrical-coordinate representation of color #B76DC1: hue angle of 292.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76DC1 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 109 193 -
CMYK 0.05 0.44 0 0.24
HSL 292.86º 0.4% 0.59% -
HSV(B) 292.86º 0.44% 0.76% -
XYZ 34.62 24.85 53.42 -
YUV 140.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 183 109 193 0.05 0.44 0 0.24 292.86 0.4 0.59
Hex B7 6D C1 5 2C 0 18 125 28 3B
Octal 267 155 301 5 54 0 30 445 50 73
Binary 10110111 1101101 11000001 101 101100 0 11000 100100101 101000 111011

Color Harmonies of #B76DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76DC1

Black with #B76DC1

Text Example


Text Example

White with #B76DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76DC1; }

 p { color: rgb(183,109,193); }

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

background-color css

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

 a { background-color: rgb(183,109,193); }

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

border-color css

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

 span { border-color: rgb(183,109,193); }

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