Html Css Color HEX #B05DBA Fuchsia

📋 copy color: '#B05DBA'

red 176 ◦ green 93 ◦ blue 186

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

Shades of Fuchsia #B05DBA

Tints of Fuchsia #B05DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.88%

R = 38.68%
G = 20.44%
B = 40.88%

CMYK

 C value IS 0.05

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B05DBA (or 0xB05DBA) is known color: Fuchsia. HEX triplet: B0, 5D and BA. RGB value is (176,93,186). Sum of RGB (Red+Green+Blue) = 176+93+186=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #B05DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DBA is #4FA245. Grayscale: #808080. Windows color (decimal): -5218886 or 12213680. OLE color: 12213680.

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

Color convert

RGB 176 93 186 -
CMYK 0.05 0.5 0 0.27
HSL 293.55º 0.4% 0.55% -
HSV(B) 293.55º 0.5% 0.73% -
XYZ 30.68 20.6 48.81 -
YUV 128.42 160.5 161.94 -
System Red Green Blue C M Y K H S L
Decimal 176 93 186 0.05 0.5 0 0.27 293.55 0.4 0.55
Hex B0 5D BA 5 32 0 1B 126 28 37
Octal 260 135 272 5 62 0 33 446 50 67
Binary 10110000 1011101 10111010 101 110010 0 11011 100100110 101000 110111

Color Harmonies of #B05DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DBA

Black with #B05DBA

Text Example


Text Example

White with #B05DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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