Html Css Color HEX #B26ABE Fuchsia

📋 copy color: '#B26ABE'

red 178 ◦ green 106 ◦ blue 190

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

Shades of Fuchsia #B26ABE

Tints of Fuchsia #B26ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.36%

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

R = 37.55%
G = 22.36%
B = 40.08%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B26ABE (or 0xB26ABE) is known color: Fuchsia. HEX triplet: B2, 6A and BE. RGB value is (178,106,190). Sum of RGB (Red+Green+Blue) = 178+106+190=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #B26ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ABE is #4D9541. Grayscale: #888888. Windows color (decimal): -5084482 or 12479154. OLE color: 12479154.

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

Color convert

RGB 178 106 190 -
CMYK 0.06 0.44 0 0.25
HSL 291.43º 0.39% 0.58% -
HSV(B) 291.43º 0.44% 0.75% -
XYZ 32.81 23.49 51.52 -
YUV 137.1 157.85 157.17 -
System Red Green Blue C M Y K H S L
Decimal 178 106 190 0.06 0.44 0 0.25 291.43 0.39 0.58
Hex B2 6A BE 6 2C 0 19 123 27 3A
Octal 262 152 276 6 54 0 31 443 47 72
Binary 10110010 1101010 10111110 110 101100 0 11001 100100011 100111 111010

Color Harmonies of #B26ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26ABE

Black with #B26ABE

Text Example


Text Example

White with #B26ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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