Html Css Color HEX #B766B9 Fuchsia

📋 copy color: '#B766B9'

red 183 ◦ green 102 ◦ blue 185

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

Shades of Fuchsia #B766B9

Tints of Fuchsia #B766B9

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.7%

 BLUE value IS 185 (72.66% from 255) = 39.36%

R = 38.94%
G = 21.7%
B = 39.36%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B766B9 (or 0xB766B9) is known color: Fuchsia. HEX triplet: B7, 66 and B9. RGB value is (183,102,185). Sum of RGB (Red+Green+Blue) = 183+102+185=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 185 - color contains mainly: blue. Hex color #B766B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766B9 is #489946. Grayscale: #878787. Windows color (decimal): -4757831 or 12150455. OLE color: 12150455.

HSL color Cylindrical-coordinate representation of color #B766B9: hue angle of 298.55º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B766B9 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 102 185 -
CMYK 0.01 0.45 0 0.27
HSL 298.55º 0.37% 0.56% -
HSV(B) 298.55º 0.45% 0.73% -
XYZ 33.04 23.07 48.61 -
YUV 135.68 155.84 161.75 -
System Red Green Blue C M Y K H S L
Decimal 183 102 185 0.01 0.45 0 0.27 298.55 0.37 0.56
Hex B7 66 B9 1 2D 0 1B 12B 25 38
Octal 267 146 271 1 55 0 33 453 45 70
Binary 10110111 1100110 10111001 1 101101 0 11011 100101011 100101 111000

Color Harmonies of #B766B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B766B9

Black with #B766B9

Text Example


Text Example

White with #B766B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B766B9; }

 p { color: rgb(183,102,185); }

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

background-color css

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

 a { background-color: rgb(183,102,185); }

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

border-color css

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

 span { border-color: rgb(183,102,185); }

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