Html Css Color HEX #B929BC Fuchsia

📋 copy color: '#B929BC'

red 185 ◦ green 41 ◦ blue 188

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

Shades of Fuchsia #B929BC

Tints of Fuchsia #B929BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 44.69%
G = 9.9%
B = 45.41%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B929BC (or 0xB929BC) is known color: Fuchsia. HEX triplet: B9, 29 and BC. RGB value is (185,41,188). Sum of RGB (Red+Green+Blue) = 185+41+188=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #B929BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B929BC is #46D643. Grayscale: #646464. Windows color (decimal): -4642372 or 12331449. OLE color: 12331449.

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

Color convert

RGB 185 41 188 -
CMYK 0.02 0.78 0 0.26
HSL 298.78º 0.64% 0.45% -
HSV(B) 298.78º 0.78% 0.74% -
XYZ 29.88 15.53 49 -
YUV 100.81 177.21 188.05 -
System Red Green Blue C M Y K H S L
Decimal 185 41 188 0.02 0.78 0 0.26 298.78 0.64 0.45
Hex B9 29 BC 2 4E 0 1A 12B 40 2D
Octal 271 51 274 2 116 0 32 453 100 55
Binary 10111001 101001 10111100 10 1001110 0 11010 100101011 1000000 101101

Color Harmonies of #B929BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B929BC

Black with #B929BC

Text Example


Text Example

White with #B929BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B929BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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