Html Css Color HEX #B766B6 Fuchsia

📋 copy color: '#B766B6'

red 183 ◦ green 102 ◦ blue 182

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

Shades of Fuchsia #B766B6

Tints of Fuchsia #B766B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.97%

R = 39.19%
G = 21.84%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B766B6 (or 0xB766B6) is known color: Fuchsia. HEX triplet: B7, 66 and B6. RGB value is (183,102,182). Sum of RGB (Red+Green+Blue) = 183+102+182=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B766B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766B6 is #489949. Grayscale: #878787. Windows color (decimal): -4757834 or 11953847. OLE color: 11953847.

HSL color Cylindrical-coordinate representation of color #B766B6: hue angle of 300.74º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B766B6 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 102 182 -
CMYK 0 0.44 0.01 0.28
HSL 300.74º 0.36% 0.56% -
HSV(B) 300.74º 0.44% 0.72% -
XYZ 32.72 22.95 46.96 -
YUV 135.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 183 102 182 0 0.44 0.01 0.28 300.74 0.36 0.56
Hex B7 66 B6 0 2C 1 1C 12D 24 38
Octal 267 146 266 0 54 1 34 455 44 70
Binary 10110111 1100110 10110110 0 101100 1 11100 100101101 100100 111000

Color Harmonies of #B766B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B766B6

Black with #B766B6

Text Example


Text Example

White with #B766B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B766B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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