Html Css Color HEX #B26CB6 Fuchsia

📋 copy color: '#B26CB6'

red 178 ◦ green 108 ◦ blue 182

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

Shades of Fuchsia #B26CB6

Tints of Fuchsia #B26CB6

RGB

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

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

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

R = 38.03%
G = 23.08%
B = 38.89%

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

#B26CB6 (or 0xB26CB6) is known color: Fuchsia. HEX triplet: B2, 6C and B6. RGB value is (178,108,182). Sum of RGB (Red+Green+Blue) = 178+108+182=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 182 - color contains mainly: blue. Hex color #B26CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CB6 is #4D9349. Grayscale: #898989. Windows color (decimal): -5083978 or 11955378. OLE color: 11955378.

HSL color Cylindrical-coordinate representation of color #B26CB6: hue angle of 296.76º 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 #B26CB6 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 108 182 -
CMYK 0.02 0.41 0 0.29
HSL 296.76º 0.34% 0.57% -
HSV(B) 296.76º 0.41% 0.71% -
XYZ 32.17 23.57 47.11 -
YUV 137.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 178 108 182 0.02 0.41 0 0.29 296.76 0.34 0.57
Hex B2 6C B6 2 29 0 1D 129 22 39
Octal 262 154 266 2 51 0 35 451 42 71
Binary 10110010 1101100 10110110 10 101001 0 11101 100101001 100010 111001

Color Harmonies of #B26CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26CB6

Black with #B26CB6

Text Example


Text Example

White with #B26CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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