Html Css Color HEX #B932B9 Fuchsia

📋 copy color: '#B932B9'

red 185 ◦ green 50 ◦ blue 185

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

Shades of Fuchsia #B932B9

Tints of Fuchsia #B932B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.05%

R = 44.05%
G = 11.9%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B932B9 (or 0xB932B9) is known color: Fuchsia. HEX triplet: B9, 32 and B9. RGB value is (185,50,185). Sum of RGB (Red+Green+Blue) = 185+50+185=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B932B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932B9 is #46CD46. Grayscale: #696969. Windows color (decimal): -4640071 or 12137145. OLE color: 12137145.

HSL color Cylindrical-coordinate representation of color #B932B9: hue angle of 300º 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 #B932B9 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 50 185 -
CMYK 0 0.73 0 0.27
HSL 300º 0.57% 0.46% -
HSV(B) 300º 0.73% 0.73% -
XYZ 29.91 16.1 47.43 -
YUV 105.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 185 50 185 0 0.73 0 0.27 300 0.57 0.46
Hex B9 32 B9 0 49 0 1B 12C 39 2E
Octal 271 62 271 0 111 0 33 454 71 56
Binary 10111001 110010 10111001 0 1001001 0 11011 100101100 111001 101110

Color Harmonies of #B932B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B932B9

Black with #B932B9

Text Example


Text Example

White with #B932B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B932B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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