Html Css Color HEX #B26CB9 Fuchsia

📋 copy color: '#B26CB9'

red 178 ◦ green 108 ◦ blue 185

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

Shades of Fuchsia #B26CB9

Tints of Fuchsia #B26CB9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.93%

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

R = 37.79%
G = 22.93%
B = 39.28%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B26CB9 (or 0xB26CB9) is known color: Fuchsia. HEX triplet: B2, 6C and B9. RGB value is (178,108,185). Sum of RGB (Red+Green+Blue) = 178+108+185=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 185 - color contains mainly: blue. Hex color #B26CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CB9 is #4D9346. Grayscale: #898989. Windows color (decimal): -5083975 or 12151986. OLE color: 12151986.

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

Color convert

RGB 178 108 185 -
CMYK 0.04 0.42 0 0.27
HSL 294.55º 0.35% 0.57% -
HSV(B) 294.55º 0.42% 0.73% -
XYZ 32.48 23.69 48.76 -
YUV 137.71 154.69 156.74 -
System Red Green Blue C M Y K H S L
Decimal 178 108 185 0.04 0.42 0 0.27 294.55 0.35 0.57
Hex B2 6C B9 4 2A 0 1B 127 23 39
Octal 262 154 271 4 52 0 33 447 43 71
Binary 10110010 1101100 10111001 100 101010 0 11011 100100111 100011 111001

Color Harmonies of #B26CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26CB9

Black with #B26CB9

Text Example


Text Example

White with #B26CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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