Html Css Color HEX #B266BB Fuchsia

📋 copy color: '#B266BB'

red 178 ◦ green 102 ◦ blue 187

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

Shades of Fuchsia #B266BB

Tints of Fuchsia #B266BB

RGB

 RED value IS 178 (69.92% from 255) = 38.12%

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

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 38.12%
G = 21.84%
B = 40.04%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B266BB (or 0xB266BB) is known color: Fuchsia. HEX triplet: B2, 66 and BB. RGB value is (178,102,187). Sum of RGB (Red+Green+Blue) = 178+102+187=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #B266BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266BB is #4D9944. Grayscale: #868686. Windows color (decimal): -5085509 or 12281522. OLE color: 12281522.

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

Color convert

RGB 178 102 187 -
CMYK 0.05 0.45 0 0.27
HSL 293.65º 0.38% 0.57% -
HSV(B) 293.65º 0.45% 0.73% -
XYZ 32.08 22.56 49.68 -
YUV 134.41 157.68 159.09 -
System Red Green Blue C M Y K H S L
Decimal 178 102 187 0.05 0.45 0 0.27 293.65 0.38 0.57
Hex B2 66 BB 5 2D 0 1B 126 26 39
Octal 262 146 273 5 55 0 33 446 46 71
Binary 10110010 1100110 10111011 101 101101 0 11011 100100110 100110 111001

Color Harmonies of #B266BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B266BB

Black with #B266BB

Text Example


Text Example

White with #B266BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B266BB; }

 p { color: rgb(178,102,187); }

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

background-color css

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

 a { background-color: rgb(178,102,187); }

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

border-color css

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

 span { border-color: rgb(178,102,187); }

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