Html Css Color HEX #B26BB6 Fuchsia

📋 copy color: '#B26BB6'

red 178 ◦ green 107 ◦ blue 182

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

Shades of Fuchsia #B26BB6

Tints of Fuchsia #B26BB6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.91%

 BLUE value IS 182 (71.48% from 255) = 38.97%

R = 38.12%
G = 22.91%
B = 38.97%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B26BB6 (or 0xB26BB6) is known color: Fuchsia. HEX triplet: B2, 6B and B6. RGB value is (178,107,182). Sum of RGB (Red+Green+Blue) = 178+107+182=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 182 - color contains mainly: blue. Hex color #B26BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BB6 is #4D9449. Grayscale: #888888. Windows color (decimal): -5084234 or 11955122. OLE color: 11955122.

HSL color Cylindrical-coordinate representation of color #B26BB6: hue angle of 296.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B26BB6 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 107 182 -
CMYK 0.02 0.41 0 0.29
HSL 296.8º 0.34% 0.57% -
HSV(B) 296.8º 0.41% 0.71% -
XYZ 32.06 23.36 47.07 -
YUV 136.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 178 107 182 0.02 0.41 0 0.29 296.8 0.34 0.57
Hex B2 6B B6 2 29 0 1D 129 22 39
Octal 262 153 266 2 51 0 35 451 42 71
Binary 10110010 1101011 10110110 10 101001 0 11101 100101001 100010 111001

Color Harmonies of #B26BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26BB6

Black with #B26BB6

Text Example


Text Example

White with #B26BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26BB6; }

 p { color: rgb(178,107,182); }

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

background-color css

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

 a { background-color: rgb(178,107,182); }

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

border-color css

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

 span { border-color: rgb(178,107,182); }

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