Html Css Color HEX #B05EBA Fuchsia

📋 copy color: '#B05EBA'

red 176 ◦ green 94 ◦ blue 186

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

Shades of Fuchsia #B05EBA

Tints of Fuchsia #B05EBA

RGB

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

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

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

R = 38.6%
G = 20.61%
B = 40.79%

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

#B05EBA (or 0xB05EBA) is known color: Fuchsia. HEX triplet: B0, 5E and BA. RGB value is (176,94,186). Sum of RGB (Red+Green+Blue) = 176+94+186=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #B05EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05EBA is #4FA145. Grayscale: #808080. Windows color (decimal): -5218630 or 12213936. OLE color: 12213936.

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

Color convert

RGB 176 94 186 -
CMYK 0.05 0.49 0 0.27
HSL 293.48º 0.4% 0.55% -
HSV(B) 293.48º 0.49% 0.73% -
XYZ 30.77 20.78 48.84 -
YUV 129.01 160.17 161.52 -
System Red Green Blue C M Y K H S L
Decimal 176 94 186 0.05 0.49 0 0.27 293.48 0.4 0.55
Hex B0 5E BA 5 31 0 1B 125 28 37
Octal 260 136 272 5 61 0 33 445 50 67
Binary 10110000 1011110 10111010 101 110001 0 11011 100100101 101000 110111

Color Harmonies of #B05EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05EBA

Black with #B05EBA

Text Example


Text Example

White with #B05EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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