Html Css Color HEX #B76BBE Fuchsia

📋 copy color: '#B76BBE'

red 183 ◦ green 107 ◦ blue 190

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

Shades of Fuchsia #B76BBE

Tints of Fuchsia #B76BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.29%

 BLUE value IS 190 (74.61% from 255) = 39.58%

R = 38.13%
G = 22.29%
B = 39.58%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B76BBE (or 0xB76BBE) is known color: Fuchsia. HEX triplet: B7, 6B and BE. RGB value is (183,107,190). Sum of RGB (Red+Green+Blue) = 183+107+190=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #B76BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BBE is #489441. Grayscale: #8A8A8A. Windows color (decimal): -4756546 or 12479415. OLE color: 12479415.

HSL color Cylindrical-coordinate representation of color #B76BBE: hue angle of 294.94º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76BBE is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 107 190 -
CMYK 0.04 0.44 0 0.25
HSL 294.94º 0.39% 0.58% -
HSV(B) 294.94º 0.44% 0.75% -
XYZ 34.08 24.3 51.61 -
YUV 139.19 156.68 159.25 -
System Red Green Blue C M Y K H S L
Decimal 183 107 190 0.04 0.44 0 0.25 294.94 0.39 0.58
Hex B7 6B BE 4 2C 0 19 127 27 3A
Octal 267 153 276 4 54 0 31 447 47 72
Binary 10110111 1101011 10111110 100 101100 0 11001 100100111 100111 111010

Color Harmonies of #B76BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76BBE

Black with #B76BBE

Text Example


Text Example

White with #B76BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76BBE; }

 p { color: rgb(183,107,190); }

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

background-color css

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

 a { background-color: rgb(183,107,190); }

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

border-color css

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

 span { border-color: rgb(183,107,190); }

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