Html Css Color HEX #B26FB7 Fuchsia

📋 copy color: '#B26FB7'

red 178 ◦ green 111 ◦ blue 183

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

Shades of Fuchsia #B26FB7

Tints of Fuchsia #B26FB7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.52%

 BLUE value IS 183 (71.88% from 255) = 38.77%

R = 37.71%
G = 23.52%
B = 38.77%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B26FB7 (or 0xB26FB7) is known color: Fuchsia. HEX triplet: B2, 6F and B7. RGB value is (178,111,183). Sum of RGB (Red+Green+Blue) = 178+111+183=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 183 - color contains mainly: blue. Hex color #B26FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FB7 is #4D9048. Grayscale: #8B8B8B. Windows color (decimal): -5083209 or 12021682. OLE color: 12021682.

HSL color Cylindrical-coordinate representation of color #B26FB7: hue angle of 295.83º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B26FB7 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 111 183 -
CMYK 0.03 0.39 0 0.28
HSL 295.83º 0.33% 0.58% -
HSV(B) 295.83º 0.39% 0.72% -
XYZ 32.59 24.25 47.76 -
YUV 139.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 178 111 183 0.03 0.39 0 0.28 295.83 0.33 0.58
Hex B2 6F B7 3 27 0 1C 128 21 3A
Octal 262 157 267 3 47 0 34 450 41 72
Binary 10110010 1101111 10110111 11 100111 0 11100 100101000 100001 111010

Color Harmonies of #B26FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26FB7

Black with #B26FB7

Text Example


Text Example

White with #B26FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26FB7; }

 p { color: rgb(178,111,183); }

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

background-color css

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

 a { background-color: rgb(178,111,183); }

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

border-color css

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

 span { border-color: rgb(178,111,183); }

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