Html Css Color HEX #B26EBE Fuchsia

📋 copy color: '#B26EBE'

red 178 ◦ green 110 ◦ blue 190

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

Shades of Fuchsia #B26EBE

Tints of Fuchsia #B26EBE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.01%

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

R = 37.24%
G = 23.01%
B = 39.75%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B26EBE (or 0xB26EBE) is known color: Fuchsia. HEX triplet: B2, 6E and BE. RGB value is (178,110,190). Sum of RGB (Red+Green+Blue) = 178+110+190=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #B26EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26EBE is #4D9141. Grayscale: #8B8B8B. Windows color (decimal): -5083458 or 12480178. OLE color: 12480178.

HSL color Cylindrical-coordinate representation of color #B26EBE: hue angle of 291º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B26EBE is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 110 190 -
CMYK 0.06 0.42 0 0.25
HSL 291º 0.38% 0.59% -
HSV(B) 291º 0.42% 0.75% -
XYZ 33.23 24.33 51.66 -
YUV 139.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 178 110 190 0.06 0.42 0 0.25 291 0.38 0.59
Hex B2 6E BE 6 2A 0 19 123 26 3B
Octal 262 156 276 6 52 0 31 443 46 73
Binary 10110010 1101110 10111110 110 101010 0 11001 100100011 100110 111011

Color Harmonies of #B26EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26EBE

Black with #B26EBE

Text Example


Text Example

White with #B26EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26EBE; }

 p { color: rgb(178,110,190); }

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

background-color css

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

 a { background-color: rgb(178,110,190); }

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

border-color css

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

 span { border-color: rgb(178,110,190); }

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