Html Css Color HEX #B26DB9 Fuchsia

📋 copy color: '#B26DB9'

red 178 ◦ green 109 ◦ blue 185

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

Shades of Fuchsia #B26DB9

Tints of Fuchsia #B26DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.09%

 BLUE value IS 185 (72.66% from 255) = 39.19%

R = 37.71%
G = 23.09%
B = 39.19%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B26DB9 (or 0xB26DB9) is known color: Fuchsia. HEX triplet: B2, 6D and B9. RGB value is (178,109,185). Sum of RGB (Red+Green+Blue) = 178+109+185=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 185 - color contains mainly: blue. Hex color #B26DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DB9 is #4D9246. Grayscale: #8A8A8A. Windows color (decimal): -5083719 or 12152242. OLE color: 12152242.

HSL color Cylindrical-coordinate representation of color #B26DB9: hue angle of 294.47º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B26DB9 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 109 185 -
CMYK 0.04 0.41 0 0.27
HSL 294.47º 0.35% 0.58% -
HSV(B) 294.47º 0.41% 0.73% -
XYZ 32.59 23.91 48.8 -
YUV 138.3 154.36 156.32 -
System Red Green Blue C M Y K H S L
Decimal 178 109 185 0.04 0.41 0 0.27 294.47 0.35 0.58
Hex B2 6D B9 4 29 0 1B 126 23 3A
Octal 262 155 271 4 51 0 33 446 43 72
Binary 10110010 1101101 10111001 100 101001 0 11011 100100110 100011 111010

Color Harmonies of #B26DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26DB9

Black with #B26DB9

Text Example


Text Example

White with #B26DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26DB9; }

 p { color: rgb(178,109,185); }

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

background-color css

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

 a { background-color: rgb(178,109,185); }

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

border-color css

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

 span { border-color: rgb(178,109,185); }

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