Html Css Color HEX #B929B0 Fuchsia

📋 copy color: '#B929B0'

red 185 ◦ green 41 ◦ blue 176

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

Shades of Fuchsia #B929B0

Tints of Fuchsia #B929B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.78%

R = 46.02%
G = 10.2%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B929B0 (or 0xB929B0) is known color: Fuchsia. HEX triplet: B9, 29 and B0. RGB value is (185,41,176). Sum of RGB (Red+Green+Blue) = 185+41+176=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B929B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B929B0 is #46D64F. Grayscale: #636363. Windows color (decimal): -4642384 or 11545017. OLE color: 11545017.

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

Color convert

RGB 185 41 176 -
CMYK 0 0.78 0.05 0.27
HSL 303.75º 0.64% 0.44% -
HSV(B) 303.75º 0.78% 0.73% -
XYZ 28.64 15.03 42.47 -
YUV 99.45 171.21 189.02 -
System Red Green Blue C M Y K H S L
Decimal 185 41 176 0 0.78 0.05 0.27 303.75 0.64 0.44
Hex B9 29 B0 0 4E 5 1B 130 40 2C
Octal 271 51 260 0 116 5 33 460 100 54
Binary 10111001 101001 10110000 0 1001110 101 11011 100110000 1000000 101100

Color Harmonies of #B929B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B929B0

Black with #B929B0

Text Example


Text Example

White with #B929B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B929B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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