Html Css Color HEX #B932B2 Fuchsia

📋 copy color: '#B932B2'

red 185 ◦ green 50 ◦ blue 178

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

Shades of Fuchsia #B932B2

Tints of Fuchsia #B932B2

RGB

 RED value IS 185 (72.66% from 255) = 44.79%

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

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

R = 44.79%
G = 12.11%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B932B2 (or 0xB932B2) is known color: Fuchsia. HEX triplet: B9, 32 and B2. RGB value is (185,50,178). Sum of RGB (Red+Green+Blue) = 185+50+178=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B932B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B932B2 is #46CD4D. Grayscale: #686868. Windows color (decimal): -4640078 or 11678393. OLE color: 11678393.

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

Color convert

RGB 185 50 178 -
CMYK 0 0.73 0.04 0.27
HSL 303.11º 0.57% 0.46% -
HSV(B) 303.11º 0.73% 0.73% -
XYZ 29.18 15.81 43.63 -
YUV 104.96 169.23 185.09 -
System Red Green Blue C M Y K H S L
Decimal 185 50 178 0 0.73 0.04 0.27 303.11 0.57 0.46
Hex B9 32 B2 0 49 4 1B 12F 39 2E
Octal 271 62 262 0 111 4 33 457 71 56
Binary 10111001 110010 10110010 0 1001001 100 11011 100101111 111001 101110

Color Harmonies of #B932B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B932B2

Black with #B932B2

Text Example


Text Example

White with #B932B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B932B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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