Html Css Color HEX #B76DC2 Fuchsia

📋 copy color: '#B76DC2'

red 183 ◦ green 109 ◦ blue 194

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

Shades of Fuchsia #B76DC2

Tints of Fuchsia #B76DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 37.65%
G = 22.43%
B = 39.92%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B76DC2 (or 0xB76DC2) is known color: Fuchsia. HEX triplet: B7, 6D and C2. RGB value is (183,109,194). Sum of RGB (Red+Green+Blue) = 183+109+194=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #B76DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DC2 is #48923D. Grayscale: #8C8C8C. Windows color (decimal): -4756030 or 12742071. OLE color: 12742071.

HSL color Cylindrical-coordinate representation of color #B76DC2: hue angle of 292.24º degrees, saturation: 0.41, 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 #B76DC2 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 109 194 -
CMYK 0.06 0.44 0 0.24
HSL 292.24º 0.41% 0.59% -
HSV(B) 292.24º 0.44% 0.76% -
XYZ 34.73 24.9 54.01 -
YUV 140.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 183 109 194 0.06 0.44 0 0.24 292.24 0.41 0.59
Hex B7 6D C2 6 2C 0 18 124 29 3B
Octal 267 155 302 6 54 0 30 444 51 73
Binary 10110111 1101101 11000010 110 101100 0 11000 100100100 101001 111011

Color Harmonies of #B76DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76DC2

Black with #B76DC2

Text Example


Text Example

White with #B76DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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