Html Css Color HEX #B929AF Fuchsia

📋 copy color: '#B929AF'

red 185 ◦ green 41 ◦ blue 175

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

Shades of Fuchsia #B929AF

Tints of Fuchsia #B929AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.64%

R = 46.13%
G = 10.22%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B929AF (or 0xB929AF) is known color: Fuchsia. HEX triplet: B9, 29 and AF. RGB value is (185,41,175). Sum of RGB (Red+Green+Blue) = 185+41+175=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B929AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B929AF is #46D650. Grayscale: #626262. Windows color (decimal): -4642385 or 11479481. OLE color: 11479481.

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

Color convert

RGB 185 41 175 -
CMYK 0 0.78 0.05 0.27
HSL 304.17º 0.64% 0.44% -
HSV(B) 304.17º 0.78% 0.73% -
XYZ 28.54 15 41.95 -
YUV 99.33 170.71 189.1 -
System Red Green Blue C M Y K H S L
Decimal 185 41 175 0 0.78 0.05 0.27 304.17 0.64 0.44
Hex B9 29 AF 0 4E 5 1B 130 40 2C
Octal 271 51 257 0 116 5 33 460 100 54
Binary 10111001 101001 10101111 0 1001110 101 11011 100110000 1000000 101100

Color Harmonies of #B929AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B929AF

Black with #B929AF

Text Example


Text Example

White with #B929AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B929AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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