Html Css Color HEX #B826B0 Fuchsia

📋 copy color: '#B826B0'

red 184 ◦ green 38 ◦ blue 176

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

Shades of Fuchsia #B826B0

Tints of Fuchsia #B826B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.22%

R = 46.23%
G = 9.55%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B826B0 (or 0xB826B0) is known color: Fuchsia. HEX triplet: B8, 26 and B0. RGB value is (184,38,176). Sum of RGB (Red+Green+Blue) = 184+38+176=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B826B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B826B0 is #47D94F. Grayscale: #606060. Windows color (decimal): -4708688 or 11544248. OLE color: 11544248.

HSL color Cylindrical-coordinate representation of color #B826B0: hue angle of 303.29º 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 #B826B0 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 38 176 -
CMYK 0 0.79 0.04 0.28
HSL 303.29º 0.66% 0.44% -
HSV(B) 303.29º 0.79% 0.72% -
XYZ 28.3 14.71 42.42 -
YUV 97.39 172.37 189.78 -
System Red Green Blue C M Y K H S L
Decimal 184 38 176 0 0.79 0.04 0.28 303.29 0.66 0.44
Hex B8 26 B0 0 4F 4 1C 12F 42 2C
Octal 270 46 260 0 117 4 34 457 102 54
Binary 10111000 100110 10110000 0 1001111 100 11100 100101111 1000010 101100

Color Harmonies of #B826B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B826B0

Black with #B826B0

Text Example


Text Example

White with #B826B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B826B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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