Html Css Color HEX #B929BE Fuchsia

📋 copy color: '#B929BE'

red 185 ◦ green 41 ◦ blue 190

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

Shades of Fuchsia #B929BE

Tints of Fuchsia #B929BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 44.47%
G = 9.86%
B = 45.67%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B929BE (or 0xB929BE) is known color: Fuchsia. HEX triplet: B9, 29 and BE. RGB value is (185,41,190). Sum of RGB (Red+Green+Blue) = 185+41+190=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #B929BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B929BE is #46D641. Grayscale: #646464. Windows color (decimal): -4642370 or 12462521. OLE color: 12462521.

HSL color Cylindrical-coordinate representation of color #B929BE: hue angle of 297.99º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B929BE is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 41 190 -
CMYK 0.03 0.78 0 0.25
HSL 297.99º 0.65% 0.45% -
HSV(B) 297.99º 0.78% 0.75% -
XYZ 30.09 15.62 50.14 -
YUV 101.04 178.21 187.88 -
System Red Green Blue C M Y K H S L
Decimal 185 41 190 0.03 0.78 0 0.25 297.99 0.65 0.45
Hex B9 29 BE 3 4E 0 19 12A 41 2D
Octal 271 51 276 3 116 0 31 452 101 55
Binary 10111001 101001 10111110 11 1001110 0 11001 100101010 1000001 101101

Color Harmonies of #B929BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B929BE

Black with #B929BE

Text Example


Text Example

White with #B929BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B929BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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