Html Css Color HEX #B55FBA Fuchsia

📋 copy color: '#B55FBA'

red 181 ◦ green 95 ◦ blue 186

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

Shades of Fuchsia #B55FBA

Tints of Fuchsia #B55FBA

RGB

 RED value IS 181 (71.09% from 255) = 39.18%

 GREEN value IS 95 (37.5% from 255) = 20.56%

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

R = 39.18%
G = 20.56%
B = 40.26%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B55FBA (or 0xB55FBA) is known color: Fuchsia. HEX triplet: B5, 5F and BA. RGB value is (181,95,186). Sum of RGB (Red+Green+Blue) = 181+95+186=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #B55FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55FBA is #4AA045. Grayscale: #828282. Windows color (decimal): -4890694 or 12214197. OLE color: 12214197.

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

Color convert

RGB 181 95 186 -
CMYK 0.03 0.49 0 0.27
HSL 296.7º 0.4% 0.55% -
HSV(B) 296.7º 0.49% 0.73% -
XYZ 32.01 21.55 48.93 -
YUV 131.09 158.99 163.6 -
System Red Green Blue C M Y K H S L
Decimal 181 95 186 0.03 0.49 0 0.27 296.7 0.4 0.55
Hex B5 5F BA 3 31 0 1B 129 28 37
Octal 265 137 272 3 61 0 33 451 50 67
Binary 10110101 1011111 10111010 11 110001 0 11011 100101001 101000 110111

Color Harmonies of #B55FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55FBA

Black with #B55FBA

Text Example


Text Example

White with #B55FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55FBA; }

 p { color: rgb(181,95,186); }

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

background-color css

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

 a { background-color: rgb(181,95,186); }

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

border-color css

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

 span { border-color: rgb(181,95,186); }

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