Html Css Color HEX #B05BBA Fuchsia

📋 copy color: '#B05BBA'

red 176 ◦ green 91 ◦ blue 186

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

Shades of Fuchsia #B05BBA

Tints of Fuchsia #B05BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.09%

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

R = 38.85%
G = 20.09%
B = 41.06%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B05BBA (or 0xB05BBA) is known color: Fuchsia. HEX triplet: B0, 5B and BA. RGB value is (176,91,186). Sum of RGB (Red+Green+Blue) = 176+91+186=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #B05BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05BBA is #4FA445. Grayscale: #7E7E7E. Windows color (decimal): -5219398 or 12213168. OLE color: 12213168.

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

Color convert

RGB 176 91 186 -
CMYK 0.05 0.51 0 0.27
HSL 293.68º 0.41% 0.54% -
HSV(B) 293.68º 0.51% 0.73% -
XYZ 30.51 20.26 48.76 -
YUV 127.25 161.16 162.78 -
System Red Green Blue C M Y K H S L
Decimal 176 91 186 0.05 0.51 0 0.27 293.68 0.41 0.54
Hex B0 5B BA 5 33 0 1B 126 29 36
Octal 260 133 272 5 63 0 33 446 51 66
Binary 10110000 1011011 10111010 101 110011 0 11011 100100110 101001 110110

Color Harmonies of #B05BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05BBA

Black with #B05BBA

Text Example


Text Example

White with #B05BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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