Html Css Color HEX #B05BBB Fuchsia

📋 copy color: '#B05BBB'

red 176 ◦ green 91 ◦ blue 187

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

Shades of Fuchsia #B05BBB

Tints of Fuchsia #B05BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 38.77%
G = 20.04%
B = 41.19%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B05BBB (or 0xB05BBB) is known color: Fuchsia. HEX triplet: B0, 5B and BB. RGB value is (176,91,187). Sum of RGB (Red+Green+Blue) = 176+91+187=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #B05BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05BBB is #4FA444. Grayscale: #7F7F7F. Windows color (decimal): -5219397 or 12278704. OLE color: 12278704.

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

Color convert

RGB 176 91 187 -
CMYK 0.06 0.51 0 0.27
HSL 293.13º 0.41% 0.55% -
HSV(B) 293.13º 0.51% 0.73% -
XYZ 30.62 20.3 49.32 -
YUV 127.36 161.66 162.69 -
System Red Green Blue C M Y K H S L
Decimal 176 91 187 0.06 0.51 0 0.27 293.13 0.41 0.55
Hex B0 5B BB 6 33 0 1B 125 29 37
Octal 260 133 273 6 63 0 33 445 51 67
Binary 10110000 1011011 10111011 110 110011 0 11011 100100101 101001 110111

Color Harmonies of #B05BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05BBB

Black with #B05BBB

Text Example


Text Example

White with #B05BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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