Html Css Color HEX #B76CBA Fuchsia

📋 copy color: '#B76CBA'

red 183 ◦ green 108 ◦ blue 186

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

Shades of Fuchsia #B76CBA

Tints of Fuchsia #B76CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.64%

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 38.36%
G = 22.64%
B = 38.99%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B76CBA (or 0xB76CBA) is known color: Fuchsia. HEX triplet: B7, 6C and BA. RGB value is (183,108,186). Sum of RGB (Red+Green+Blue) = 183+108+186=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #B76CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CBA is #489345. Grayscale: #8B8B8B. Windows color (decimal): -4756294 or 12217527. OLE color: 12217527.

HSL color Cylindrical-coordinate representation of color #B76CBA: hue angle of 297.69º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76CBA is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 108 186 -
CMYK 0.02 0.42 0 0.27
HSL 297.69º 0.36% 0.58% -
HSV(B) 297.69º 0.42% 0.73% -
XYZ 33.75 24.34 49.37 -
YUV 139.32 154.35 159.16 -
System Red Green Blue C M Y K H S L
Decimal 183 108 186 0.02 0.42 0 0.27 297.69 0.36 0.58
Hex B7 6C BA 2 2A 0 1B 12A 24 3A
Octal 267 154 272 2 52 0 33 452 44 72
Binary 10110111 1101100 10111010 10 101010 0 11011 100101010 100100 111010

Color Harmonies of #B76CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76CBA

Black with #B76CBA

Text Example


Text Example

White with #B76CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76CBA; }

 p { color: rgb(183,108,186); }

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

background-color css

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

 a { background-color: rgb(183,108,186); }

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

border-color css

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

 span { border-color: rgb(183,108,186); }

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