Html Css Color HEX #B54CB2 Fuchsia

📋 copy color: '#B54CB2'

red 181 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #B54CB2

Tints of Fuchsia #B54CB2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.47%

 BLUE value IS 178 (69.92% from 255) = 40.92%

R = 41.61%
G = 17.47%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B54CB2 (or 0xB54CB2) is known color: Fuchsia. HEX triplet: B5, 4C and B2. RGB value is (181,76,178). Sum of RGB (Red+Green+Blue) = 181+76+178=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B54CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54CB2 is #4AB34D. Grayscale: #767676. Windows color (decimal): -4895566 or 11685045. OLE color: 11685045.

HSL color Cylindrical-coordinate representation of color #B54CB2: hue angle of 301.71º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B54CB2 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 76 178 -
CMYK 0 0.58 0.02 0.29
HSL 301.71º 0.42% 0.5% -
HSV(B) 301.71º 0.58% 0.71% -
XYZ 29.68 18.21 44.07 -
YUV 119.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 181 76 178 0 0.58 0.02 0.29 301.71 0.42 0.5
Hex B5 4C B2 0 3A 2 1D 12E 2A 32
Octal 265 114 262 0 72 2 35 456 52 62
Binary 10110101 1001100 10110010 0 111010 10 11101 100101110 101010 110010

Color Harmonies of #B54CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54CB2

Black with #B54CB2

Text Example


Text Example

White with #B54CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54CB2; }

 p { color: rgb(181,76,178); }

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

background-color css

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

 a { background-color: rgb(181,76,178); }

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

border-color css

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

 span { border-color: rgb(181,76,178); }

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