Html Css Color HEX #B266BF Fuchsia

📋 copy color: '#B266BF'

red 178 ◦ green 102 ◦ blue 191

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

Shades of Fuchsia #B266BF

Tints of Fuchsia #B266BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.55%

R = 37.79%
G = 21.66%
B = 40.55%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B266BF (or 0xB266BF) is known color: Fuchsia. HEX triplet: B2, 66 and BF. RGB value is (178,102,191). Sum of RGB (Red+Green+Blue) = 178+102+191=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #B266BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266BF is #4D9940. Grayscale: #868686. Windows color (decimal): -5085505 or 12543666. OLE color: 12543666.

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

Color convert

RGB 178 102 191 -
CMYK 0.07 0.47 0 0.25
HSL 291.24º 0.41% 0.57% -
HSV(B) 291.24º 0.47% 0.75% -
XYZ 32.52 22.73 51.96 -
YUV 134.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 178 102 191 0.07 0.47 0 0.25 291.24 0.41 0.57
Hex B2 66 BF 7 2F 0 19 123 29 39
Octal 262 146 277 7 57 0 31 443 51 71
Binary 10110010 1100110 10111111 111 101111 0 11001 100100011 101001 111001

Color Harmonies of #B266BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B266BF

Black with #B266BF

Text Example


Text Example

White with #B266BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B266BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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