Html Css Color HEX #B929B2 Fuchsia

📋 copy color: '#B929B2'

red 185 ◦ green 41 ◦ blue 178

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

Shades of Fuchsia #B929B2

Tints of Fuchsia #B929B2

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.15%

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

R = 45.79%
G = 10.15%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B929B2 (or 0xB929B2) is known color: Fuchsia. HEX triplet: B9, 29 and B2. RGB value is (185,41,178). Sum of RGB (Red+Green+Blue) = 185+41+178=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B929B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B929B2 is #46D64D. Grayscale: #636363. Windows color (decimal): -4642382 or 11676089. OLE color: 11676089.

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

Color convert

RGB 185 41 178 -
CMYK 0 0.78 0.04 0.27
HSL 302.92º 0.64% 0.44% -
HSV(B) 302.92º 0.78% 0.73% -
XYZ 28.84 15.11 43.52 -
YUV 99.67 172.21 188.86 -
System Red Green Blue C M Y K H S L
Decimal 185 41 178 0 0.78 0.04 0.27 302.92 0.64 0.44
Hex B9 29 B2 0 4E 4 1B 12F 40 2C
Octal 271 51 262 0 116 4 33 457 100 54
Binary 10111001 101001 10110010 0 1001110 100 11011 100101111 1000000 101100

Color Harmonies of #B929B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B929B2

Black with #B929B2

Text Example


Text Example

White with #B929B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B929B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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