Html Css Color HEX #B76DB4 Fuchsia

📋 copy color: '#B76DB4'

red 183 ◦ green 109 ◦ blue 180

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

Shades of Fuchsia #B76DB4

Tints of Fuchsia #B76DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.14%

R = 38.77%
G = 23.09%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B76DB4 (or 0xB76DB4) is known color: Fuchsia. HEX triplet: B7, 6D and B4. RGB value is (183,109,180). Sum of RGB (Red+Green+Blue) = 183+109+180=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B76DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DB4 is #48924B. Grayscale: #8B8B8B. Windows color (decimal): -4756044 or 11824567. OLE color: 11824567.

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

Color convert

RGB 183 109 180 -
CMYK 0 0.40 0.02 0.28
HSL 302.43º 0.34% 0.57% -
HSV(B) 302.43º 0.4% 0.72% -
XYZ 33.24 24.3 46.12 -
YUV 139.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 183 109 180 0 0.40 0.02 0.28 302.43 0.34 0.57
Hex B7 6D B4 0 28 2 1C 12E 22 39
Octal 267 155 264 0 50 2 34 456 42 71
Binary 10110111 1101101 10110100 0 101000 10 11100 100101110 100010 111001

Color Harmonies of #B76DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76DB4

Black with #B76DB4

Text Example


Text Example

White with #B76DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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