Html Css Color HEX #B929BB Fuchsia

📋 copy color: '#B929BB'

red 185 ◦ green 41 ◦ blue 187

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

Shades of Fuchsia #B929BB

Tints of Fuchsia #B929BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.28%

R = 44.79%
G = 9.93%
B = 45.28%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B929BB (or 0xB929BB) is known color: Fuchsia. HEX triplet: B9, 29 and BB. RGB value is (185,41,187). Sum of RGB (Red+Green+Blue) = 185+41+187=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #B929BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B929BB is #46D644. Grayscale: #646464. Windows color (decimal): -4642373 or 12265913. OLE color: 12265913.

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

Color convert

RGB 185 41 187 -
CMYK 0.01 0.78 0 0.27
HSL 299.18º 0.64% 0.45% -
HSV(B) 299.18º 0.78% 0.73% -
XYZ 29.77 15.49 48.43 -
YUV 100.7 176.71 188.13 -
System Red Green Blue C M Y K H S L
Decimal 185 41 187 0.01 0.78 0 0.27 299.18 0.64 0.45
Hex B9 29 BB 1 4E 0 1B 12B 40 2D
Octal 271 51 273 1 116 0 33 453 100 55
Binary 10111001 101001 10111011 1 1001110 0 11011 100101011 1000000 101101

Color Harmonies of #B929BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B929BB

Black with #B929BB

Text Example


Text Example

White with #B929BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B929BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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