Html Css Color HEX #B55EBA Fuchsia

📋 copy color: '#B55EBA'

red 181 ◦ green 94 ◦ blue 186

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

Shades of Fuchsia #B55EBA

Tints of Fuchsia #B55EBA

RGB

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

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

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

R = 39.26%
G = 20.39%
B = 40.35%

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

#B55EBA (or 0xB55EBA) is known color: Fuchsia. HEX triplet: B5, 5E and BA. RGB value is (181,94,186). Sum of RGB (Red+Green+Blue) = 181+94+186=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #B55EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55EBA is #4AA145. Grayscale: #828282. Windows color (decimal): -4890950 or 12213941. OLE color: 12213941.

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

Color convert

RGB 181 94 186 -
CMYK 0.03 0.49 0 0.27
HSL 296.74º 0.4% 0.55% -
HSV(B) 296.74º 0.49% 0.73% -
XYZ 31.92 21.37 48.9 -
YUV 130.5 159.32 164.02 -
System Red Green Blue C M Y K H S L
Decimal 181 94 186 0.03 0.49 0 0.27 296.74 0.4 0.55
Hex B5 5E BA 3 31 0 1B 129 28 37
Octal 265 136 272 3 61 0 33 451 50 67
Binary 10110101 1011110 10111010 11 110001 0 11011 100101001 101000 110111

Color Harmonies of #B55EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55EBA

Black with #B55EBA

Text Example


Text Example

White with #B55EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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