Html Css Color HEX #B55ABC Fuchsia

📋 copy color: '#B55ABC'

red 181 ◦ green 90 ◦ blue 188

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

Shades of Fuchsia #B55ABC

Tints of Fuchsia #B55ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.61%

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 39.43%
G = 19.61%
B = 40.96%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B55ABC (or 0xB55ABC) is known color: Fuchsia. HEX triplet: B5, 5A and BC. RGB value is (181,90,188). Sum of RGB (Red+Green+Blue) = 181+90+188=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #B55ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ABC is #4AA543. Grayscale: #808080. Windows color (decimal): -4891972 or 12343989. OLE color: 12343989.

HSL color Cylindrical-coordinate representation of color #B55ABC: hue angle of 295.71º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B55ABC is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 90 188 -
CMYK 0.04 0.52 0 0.26
HSL 295.71º 0.42% 0.55% -
HSV(B) 295.71º 0.52% 0.74% -
XYZ 31.79 20.77 49.91 -
YUV 128.38 161.65 165.53 -
System Red Green Blue C M Y K H S L
Decimal 181 90 188 0.04 0.52 0 0.26 295.71 0.42 0.55
Hex B5 5A BC 4 34 0 1A 128 2A 37
Octal 265 132 274 4 64 0 32 450 52 67
Binary 10110101 1011010 10111100 100 110100 0 11010 100101000 101010 110111

Color Harmonies of #B55ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55ABC

Black with #B55ABC

Text Example


Text Example

White with #B55ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55ABC; }

 p { color: rgb(181,90,188); }

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

background-color css

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

 a { background-color: rgb(181,90,188); }

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

border-color css

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

 span { border-color: rgb(181,90,188); }

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