Html Css Color HEX #B76DB5 Fuchsia

📋 copy color: '#B76DB5'

red 183 ◦ green 109 ◦ blue 181

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

Shades of Fuchsia #B76DB5

Tints of Fuchsia #B76DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.27%

R = 38.69%
G = 23.04%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B76DB5 (or 0xB76DB5) is known color: Fuchsia. HEX triplet: B7, 6D and B5. RGB value is (183,109,181). Sum of RGB (Red+Green+Blue) = 183+109+181=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B76DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DB5 is #48924A. Grayscale: #8B8B8B. Windows color (decimal): -4756043 or 11890103. OLE color: 11890103.

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

Color convert

RGB 183 109 181 -
CMYK 0 0.40 0.01 0.28
HSL 301.62º 0.34% 0.57% -
HSV(B) 301.62º 0.4% 0.72% -
XYZ 33.34 24.34 46.66 -
YUV 139.33 151.52 159.15 -
System Red Green Blue C M Y K H S L
Decimal 183 109 181 0 0.40 0.01 0.28 301.62 0.34 0.57
Hex B7 6D B5 0 28 1 1C 12E 22 39
Octal 267 155 265 0 50 1 34 456 42 71
Binary 10110111 1101101 10110101 0 101000 1 11100 100101110 100010 111001

Color Harmonies of #B76DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76DB5

Black with #B76DB5

Text Example


Text Example

White with #B76DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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