Html Css Color HEX #B05DB7 Fuchsia

📋 copy color: '#B05DB7'

red 176 ◦ green 93 ◦ blue 183

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

Shades of Fuchsia #B05DB7

Tints of Fuchsia #B05DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.49%

R = 38.94%
G = 20.58%
B = 40.49%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B05DB7 (or 0xB05DB7) is known color: Fuchsia. HEX triplet: B0, 5D and B7. RGB value is (176,93,183). Sum of RGB (Red+Green+Blue) = 176+93+183=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 183 - color contains mainly: blue. Hex color #B05DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DB7 is #4FA248. Grayscale: #7F7F7F. Windows color (decimal): -5218889 or 12017072. OLE color: 12017072.

HSL color Cylindrical-coordinate representation of color #B05DB7: hue angle of 295.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05DB7 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 93 183 -
CMYK 0.04 0.49 0 0.28
HSL 295.33º 0.38% 0.54% -
HSV(B) 295.33º 0.49% 0.72% -
XYZ 30.37 20.48 47.15 -
YUV 128.08 159 162.18 -
System Red Green Blue C M Y K H S L
Decimal 176 93 183 0.04 0.49 0 0.28 295.33 0.38 0.54
Hex B0 5D B7 4 31 0 1C 127 26 36
Octal 260 135 267 4 61 0 34 447 46 66
Binary 10110000 1011101 10110111 100 110001 0 11100 100100111 100110 110110

Color Harmonies of #B05DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DB7

Black with #B05DB7

Text Example


Text Example

White with #B05DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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