Html Css Color HEX #B929BA Fuchsia

📋 copy color: '#B929BA'

red 185 ◦ green 41 ◦ blue 186

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

Shades of Fuchsia #B929BA

Tints of Fuchsia #B929BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 44.9%
G = 9.95%
B = 45.15%

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

#B929BA (or 0xB929BA) is known color: Fuchsia. HEX triplet: B9, 29 and BA. RGB value is (185,41,186). Sum of RGB (Red+Green+Blue) = 185+41+186=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #B929BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B929BA is #46D645. Grayscale: #646464. Windows color (decimal): -4642374 or 12200377. OLE color: 12200377.

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

Color convert

RGB 185 41 186 -
CMYK 0.01 0.78 0 0.27
HSL 299.59º 0.64% 0.45% -
HSV(B) 299.59º 0.78% 0.73% -
XYZ 29.66 15.45 47.87 -
YUV 100.59 176.21 188.21 -
System Red Green Blue C M Y K H S L
Decimal 185 41 186 0.01 0.78 0 0.27 299.59 0.64 0.45
Hex B9 29 BA 1 4E 0 1B 12C 40 2D
Octal 271 51 272 1 116 0 33 454 100 55
Binary 10111001 101001 10111010 1 1001110 0 11011 100101100 1000000 101101

Color Harmonies of #B929BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B929BA

Black with #B929BA

Text Example


Text Example

White with #B929BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B929BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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