Html Css Color HEX #B82BBE Fuchsia

📋 copy color: '#B82BBE'

red 184 ◦ green 43 ◦ blue 190

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

Shades of Fuchsia #B82BBE

Tints of Fuchsia #B82BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.31%

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 44.12%
G = 10.31%
B = 45.56%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B82BBE (or 0xB82BBE) is known color: Fuchsia. HEX triplet: B8, 2B and BE. RGB value is (184,43,190). Sum of RGB (Red+Green+Blue) = 184+43+190=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #B82BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82BBE is #47D441. Grayscale: #656565. Windows color (decimal): -4707394 or 12463032. OLE color: 12463032.

HSL color Cylindrical-coordinate representation of color #B82BBE: hue angle of 297.55º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82BBE is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 43 190 -
CMYK 0.03 0.77 0 0.25
HSL 297.55º 0.63% 0.46% -
HSV(B) 297.55º 0.77% 0.75% -
XYZ 29.93 15.64 50.16 -
YUV 101.92 177.71 186.55 -
System Red Green Blue C M Y K H S L
Decimal 184 43 190 0.03 0.77 0 0.25 297.55 0.63 0.46
Hex B8 2B BE 3 4D 0 19 12A 3F 2E
Octal 270 53 276 3 115 0 31 452 77 56
Binary 10111000 101011 10111110 11 1001101 0 11001 100101010 111111 101110

Color Harmonies of #B82BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82BBE

Black with #B82BBE

Text Example


Text Example

White with #B82BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82BBE; }

 p { color: rgb(184,43,190); }

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

background-color css

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

 a { background-color: rgb(184,43,190); }

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

border-color css

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

 span { border-color: rgb(184,43,190); }

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