Html Css Color HEX #B05EB9 Fuchsia

📋 copy color: '#B05EB9'

red 176 ◦ green 94 ◦ blue 185

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

Shades of Fuchsia #B05EB9

Tints of Fuchsia #B05EB9

RGB

 RED value IS 176 (69.14% from 255) = 38.68%

 GREEN value IS 94 (37.11% from 255) = 20.66%

 BLUE value IS 185 (72.66% from 255) = 40.66%

R = 38.68%
G = 20.66%
B = 40.66%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B05EB9 (or 0xB05EB9) is known color: Fuchsia. HEX triplet: B0, 5E and B9. RGB value is (176,94,185). Sum of RGB (Red+Green+Blue) = 176+94+185=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #B05EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05EB9 is #4FA146. Grayscale: #808080. Windows color (decimal): -5218631 or 12148400. OLE color: 12148400.

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

Color convert

RGB 176 94 185 -
CMYK 0.05 0.49 0 0.27
HSL 294.07º 0.39% 0.55% -
HSV(B) 294.07º 0.49% 0.73% -
XYZ 30.66 20.74 48.29 -
YUV 128.89 159.67 161.6 -
System Red Green Blue C M Y K H S L
Decimal 176 94 185 0.05 0.49 0 0.27 294.07 0.39 0.55
Hex B0 5E B9 5 31 0 1B 126 27 37
Octal 260 136 271 5 61 0 33 446 47 67
Binary 10110000 1011110 10111001 101 110001 0 11011 100100110 100111 110111

Color Harmonies of #B05EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05EB9

Black with #B05EB9

Text Example


Text Example

White with #B05EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05EB9; }

 p { color: rgb(176,94,185); }

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

background-color css

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

 a { background-color: rgb(176,94,185); }

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

border-color css

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

 span { border-color: rgb(176,94,185); }

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