#B929BD

Color #B929BD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B929BD

Tints of Fuchsia #B929BD

Color information

#B929BD (or 0xB929BD) is unknown color: approx Fuchsia. HEX triplet: B9, 29 and BD. RGB value is (185,41,189). Sum of RGB (Red+Green+Blue) = 185+41+189=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #B929BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B929BD is #46D642. Grayscale: #646464. Windows color (decimal): -4642371 or 12396985. OLE color: 12396985.

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

Color convert

RGB18541189-
CMYK0.020.7800.26
HSL298.38º64.35%45.1%-
HSV(B)298.38º78.31%74.12%-
XYZ29.9915.5749.57-
YUV100.93177.71187.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 41 (16.41% from 255) = 9.88%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=44.58%
G=9.88%
B=45.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185411890.020.7800.26298.3864.3545.1
HexB929BD24E01A12a402d
Octal27151275211603245210055
Binary10111001101001101111011010011100110101001010101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B929BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B929BD; }

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

 H1.HeaderClassName
 {
   color: #B929BD;
 }
 .AnyTagClassName
 {
   color: #B929BD;
 }
</style>
background-color css

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

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

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

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

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

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