Html Css Color HEX #B766BE Fuchsia

📋 copy color: '#B766BE'

red 183 ◦ green 102 ◦ blue 190

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

Shades of Fuchsia #B766BE

Tints of Fuchsia #B766BE

RGB

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

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

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

R = 38.53%
G = 21.47%
B = 40%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B766BE (or 0xB766BE) is known color: Fuchsia. HEX triplet: B7, 66 and BE. RGB value is (183,102,190). Sum of RGB (Red+Green+Blue) = 183+102+190=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #B766BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766BE is #489941. Grayscale: #878787. Windows color (decimal): -4757826 or 12478135. OLE color: 12478135.

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

Color convert

RGB 183 102 190 -
CMYK 0.04 0.46 0 0.25
HSL 295.23º 0.4% 0.57% -
HSV(B) 295.23º 0.46% 0.75% -
XYZ 33.57 23.29 51.44 -
YUV 136.25 158.34 161.34 -
System Red Green Blue C M Y K H S L
Decimal 183 102 190 0.04 0.46 0 0.25 295.23 0.4 0.57
Hex B7 66 BE 4 2E 0 19 127 28 39
Octal 267 146 276 4 56 0 31 447 50 71
Binary 10110111 1100110 10111110 100 101110 0 11001 100100111 101000 111001

Color Harmonies of #B766BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B766BE

Black with #B766BE

Text Example


Text Example

White with #B766BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B766BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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