Html Css Color HEX #B05DB9 Fuchsia

📋 copy color: '#B05DB9'

red 176 ◦ green 93 ◦ blue 185

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

Shades of Fuchsia #B05DB9

Tints of Fuchsia #B05DB9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.48%

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

R = 38.77%
G = 20.48%
B = 40.75%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B05DB9 (or 0xB05DB9) is known color: Fuchsia. HEX triplet: B0, 5D and B9. RGB value is (176,93,185). Sum of RGB (Red+Green+Blue) = 176+93+185=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 185 - color contains mainly: blue. Hex color #B05DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DB9 is #4FA246. Grayscale: #808080. Windows color (decimal): -5218887 or 12148144. OLE color: 12148144.

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

Color convert

RGB 176 93 185 -
CMYK 0.05 0.50 0 0.27
HSL 294.13º 0.4% 0.55% -
HSV(B) 294.13º 0.5% 0.73% -
XYZ 30.58 20.56 48.26 -
YUV 128.31 160 162.02 -
System Red Green Blue C M Y K H S L
Decimal 176 93 185 0.05 0.50 0 0.27 294.13 0.4 0.55
Hex B0 5D B9 5 32 0 1B 126 28 37
Octal 260 135 271 5 62 0 33 446 50 67
Binary 10110000 1011101 10111001 101 110010 0 11011 100100110 101000 110111

Color Harmonies of #B05DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DB9

Black with #B05DB9

Text Example


Text Example

White with #B05DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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