Html Css Color HEX #B76DB0 Fuchsia

📋 copy color: '#B76DB0'

red 183 ◦ green 109 ◦ blue 176

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

Shades of Fuchsia #B76DB0

Tints of Fuchsia #B76DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.61%

R = 39.1%
G = 23.29%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B76DB0 (or 0xB76DB0) is known color: Fuchsia. HEX triplet: B7, 6D and B0. RGB value is (183,109,176). Sum of RGB (Red+Green+Blue) = 183+109+176=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B76DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76DB0 is #48924F. Grayscale: #8A8A8A. Windows color (decimal): -4756048 or 11562423. OLE color: 11562423.

HSL color Cylindrical-coordinate representation of color #B76DB0: hue angle of 305.68º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76DB0 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 109 176 -
CMYK 0 0.40 0.04 0.28
HSL 305.68º 0.34% 0.57% -
HSV(B) 305.68º 0.4% 0.72% -
XYZ 32.83 24.14 44 -
YUV 138.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 183 109 176 0 0.40 0.04 0.28 305.68 0.34 0.57
Hex B7 6D B0 0 28 4 1C 132 22 39
Octal 267 155 260 0 50 4 34 462 42 71
Binary 10110111 1101101 10110000 0 101000 100 11100 100110010 100010 111001

Color Harmonies of #B76DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76DB0

Black with #B76DB0

Text Example


Text Example

White with #B76DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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