Html Css Color HEX #B82EB6 Fuchsia

📋 copy color: '#B82EB6'

red 184 ◦ green 46 ◦ blue 182

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

Shades of Fuchsia #B82EB6

Tints of Fuchsia #B82EB6

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.17%

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

R = 44.66%
G = 11.17%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B82EB6 (or 0xB82EB6) is known color: Fuchsia. HEX triplet: B8, 2E and B6. RGB value is (184,46,182). Sum of RGB (Red+Green+Blue) = 184+46+182=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B82EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82EB6 is #47D149. Grayscale: #666666. Windows color (decimal): -4706634 or 11939512. OLE color: 11939512.

HSL color Cylindrical-coordinate representation of color #B82EB6: hue angle of 300.87º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B82EB6 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 46 182 -
CMYK 0 0.75 0.01 0.28
HSL 300.87º 0.6% 0.45% -
HSV(B) 300.87º 0.75% 0.72% -
XYZ 29.19 15.52 45.71 -
YUV 102.77 172.72 185.94 -
System Red Green Blue C M Y K H S L
Decimal 184 46 182 0 0.75 0.01 0.28 300.87 0.6 0.45
Hex B8 2E B6 0 4B 1 1C 12D 3C 2D
Octal 270 56 266 0 113 1 34 455 74 55
Binary 10111000 101110 10110110 0 1001011 1 11100 100101101 111100 101101

Color Harmonies of #B82EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82EB6

Black with #B82EB6

Text Example


Text Example

White with #B82EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82EB6; }

 p { color: rgb(184,46,182); }

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

background-color css

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

 a { background-color: rgb(184,46,182); }

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

border-color css

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

 span { border-color: rgb(184,46,182); }

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