Html Css Color HEX #B82EBA Fuchsia

📋 copy color: '#B82EBA'

red 184 ◦ green 46 ◦ blue 186

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

Shades of Fuchsia #B82EBA

Tints of Fuchsia #B82EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.71%

R = 44.23%
G = 11.06%
B = 44.71%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B82EBA (or 0xB82EBA) is known color: Fuchsia. HEX triplet: B8, 2E and BA. RGB value is (184,46,186). Sum of RGB (Red+Green+Blue) = 184+46+186=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #B82EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82EBA is #47D145. Grayscale: #666666. Windows color (decimal): -4706630 or 12201656. OLE color: 12201656.

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

Color convert

RGB 184 46 186 -
CMYK 0.01 0.75 0 0.27
HSL 299.14º 0.6% 0.45% -
HSV(B) 299.14º 0.75% 0.73% -
XYZ 29.61 15.69 47.92 -
YUV 103.22 174.72 185.62 -
System Red Green Blue C M Y K H S L
Decimal 184 46 186 0.01 0.75 0 0.27 299.14 0.6 0.45
Hex B8 2E BA 1 4B 0 1B 12B 3C 2D
Octal 270 56 272 1 113 0 33 453 74 55
Binary 10111000 101110 10111010 1 1001011 0 11011 100101011 111100 101101

Color Harmonies of #B82EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82EBA

Black with #B82EBA

Text Example


Text Example

White with #B82EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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