Html Css Color HEX #B05CBA Fuchsia

📋 copy color: '#B05CBA'

red 176 ◦ green 92 ◦ blue 186

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

Shades of Fuchsia #B05CBA

Tints of Fuchsia #B05CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.26%

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

R = 38.77%
G = 20.26%
B = 40.97%

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

#B05CBA (or 0xB05CBA) is known color: Fuchsia. HEX triplet: B0, 5C and BA. RGB value is (176,92,186). Sum of RGB (Red+Green+Blue) = 176+92+186=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #B05CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05CBA is #4FA345. Grayscale: #7F7F7F. Windows color (decimal): -5219142 or 12213424. OLE color: 12213424.

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

Color convert

RGB 176 92 186 -
CMYK 0.05 0.51 0 0.27
HSL 293.62º 0.41% 0.55% -
HSV(B) 293.62º 0.51% 0.73% -
XYZ 30.59 20.43 48.79 -
YUV 127.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 176 92 186 0.05 0.51 0 0.27 293.62 0.41 0.55
Hex B0 5C BA 5 33 0 1B 126 29 37
Octal 260 134 272 5 63 0 33 446 51 67
Binary 10110000 1011100 10111010 101 110011 0 11011 100100110 101001 110111

Color Harmonies of #B05CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05CBA

Black with #B05CBA

Text Example


Text Example

White with #B05CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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