Html Css Color HEX #B826B3 Fuchsia

📋 copy color: '#B826B3'

red 184 ◦ green 38 ◦ blue 179

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

Shades of Fuchsia #B826B3

Tints of Fuchsia #B826B3

RGB

 RED value IS 184 (72.27% from 255) = 45.89%

 GREEN value IS 38 (15.23% from 255) = 9.48%

 BLUE value IS 179 (70.31% from 255) = 44.64%

R = 45.89%
G = 9.48%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B826B3 (or 0xB826B3) is known color: Fuchsia. HEX triplet: B8, 26 and B3. RGB value is (184,38,179). Sum of RGB (Red+Green+Blue) = 184+38+179=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B826B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B826B3 is #47D94C. Grayscale: #616161. Windows color (decimal): -4708685 or 11740856. OLE color: 11740856.

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

Color convert

RGB 184 38 179 -
CMYK 0 0.79 0.03 0.28
HSL 302.05º 0.66% 0.44% -
HSV(B) 302.05º 0.79% 0.72% -
XYZ 28.6 14.83 44 -
YUV 97.73 173.87 189.54 -
System Red Green Blue C M Y K H S L
Decimal 184 38 179 0 0.79 0.03 0.28 302.05 0.66 0.44
Hex B8 26 B3 0 4F 3 1C 12E 42 2C
Octal 270 46 263 0 117 3 34 456 102 54
Binary 10111000 100110 10110011 0 1001111 11 11100 100101110 1000010 101100

Color Harmonies of #B826B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B826B3

Black with #B826B3

Text Example


Text Example

White with #B826B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B826B3; }

 p { color: rgb(184,38,179); }

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

background-color css

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

 a { background-color: rgb(184,38,179); }

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

border-color css

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

 span { border-color: rgb(184,38,179); }

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