Html Css Color HEX #B266BC Fuchsia

📋 copy color: '#B266BC'

red 178 ◦ green 102 ◦ blue 188

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

Shades of Fuchsia #B266BC

Tints of Fuchsia #B266BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 38.03%
G = 21.79%
B = 40.17%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B266BC (or 0xB266BC) is known color: Fuchsia. HEX triplet: B2, 66 and BC. RGB value is (178,102,188). Sum of RGB (Red+Green+Blue) = 178+102+188=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #B266BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266BC is #4D9943. Grayscale: #868686. Windows color (decimal): -5085508 or 12347058. OLE color: 12347058.

HSL color Cylindrical-coordinate representation of color #B266BC: hue angle of 293.02º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B266BC is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 102 188 -
CMYK 0.05 0.46 0 0.26
HSL 293.02º 0.39% 0.57% -
HSV(B) 293.02º 0.46% 0.74% -
XYZ 32.19 22.6 50.24 -
YUV 134.53 158.18 159.01 -
System Red Green Blue C M Y K H S L
Decimal 178 102 188 0.05 0.46 0 0.26 293.02 0.39 0.57
Hex B2 66 BC 5 2E 0 1A 125 27 39
Octal 262 146 274 5 56 0 32 445 47 71
Binary 10110010 1100110 10111100 101 101110 0 11010 100100101 100111 111001

Color Harmonies of #B266BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B266BC

Black with #B266BC

Text Example


Text Example

White with #B266BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B266BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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