Html Css Color HEX #B928B2 Fuchsia

📋 copy color: '#B928B2'

red 185 ◦ green 40 ◦ blue 178

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

Shades of Fuchsia #B928B2

Tints of Fuchsia #B928B2

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.93%

 BLUE value IS 178 (69.92% from 255) = 44.17%

R = 45.91%
G = 9.93%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B928B2 (or 0xB928B2) is known color: Fuchsia. HEX triplet: B9, 28 and B2. RGB value is (185,40,178). Sum of RGB (Red+Green+Blue) = 185+40+178=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B928B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B928B2 is #46D74D. Grayscale: #626262. Windows color (decimal): -4642638 or 11675833. OLE color: 11675833.

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

Color convert

RGB 185 40 178 -
CMYK 0 0.78 0.04 0.27
HSL 302.9º 0.64% 0.44% -
HSV(B) 302.9º 0.78% 0.73% -
XYZ 28.8 15.05 43.51 -
YUV 99.09 172.54 189.28 -
System Red Green Blue C M Y K H S L
Decimal 185 40 178 0 0.78 0.04 0.27 302.9 0.64 0.44
Hex B9 28 B2 0 4E 4 1B 12F 40 2C
Octal 271 50 262 0 116 4 33 457 100 54
Binary 10111001 101000 10110010 0 1001110 100 11011 100101111 1000000 101100

Color Harmonies of #B928B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B928B2

Black with #B928B2

Text Example


Text Example

White with #B928B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B928B2; }

 p { color: rgb(185,40,178); }

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

background-color css

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

 a { background-color: rgb(185,40,178); }

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

border-color css

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

 span { border-color: rgb(185,40,178); }

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