Html Css Color HEX #B832B2 Fuchsia

📋 copy color: '#B832B2'

red 184 ◦ green 50 ◦ blue 178

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

Shades of Fuchsia #B832B2

Tints of Fuchsia #B832B2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.14%

 BLUE value IS 178 (69.92% from 255) = 43.2%

R = 44.66%
G = 12.14%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B832B2 (or 0xB832B2) is known color: Fuchsia. HEX triplet: B8, 32 and B2. RGB value is (184,50,178). Sum of RGB (Red+Green+Blue) = 184+50+178=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B832B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B832B2 is #47CD4D. Grayscale: #686868. Windows color (decimal): -4705614 or 11678392. OLE color: 11678392.

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

Color convert

RGB 184 50 178 -
CMYK 0 0.73 0.03 0.28
HSL 302.69º 0.57% 0.46% -
HSV(B) 302.69º 0.73% 0.72% -
XYZ 28.94 15.69 43.62 -
YUV 104.66 169.39 184.59 -
System Red Green Blue C M Y K H S L
Decimal 184 50 178 0 0.73 0.03 0.28 302.69 0.57 0.46
Hex B8 32 B2 0 49 3 1C 12F 39 2E
Octal 270 62 262 0 111 3 34 457 71 56
Binary 10111000 110010 10110010 0 1001001 11 11100 100101111 111001 101110

Color Harmonies of #B832B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B832B2

Black with #B832B2

Text Example


Text Example

White with #B832B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B832B2; }

 p { color: rgb(184,50,178); }

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

background-color css

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

 a { background-color: rgb(184,50,178); }

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

border-color css

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

 span { border-color: rgb(184,50,178); }

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