Html Css Color HEX #B54CB7 Fuchsia

📋 copy color: '#B54CB7'

red 181 ◦ green 76 ◦ blue 183

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

Shades of Fuchsia #B54CB7

Tints of Fuchsia #B54CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.59%

R = 41.14%
G = 17.27%
B = 41.59%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B54CB7 (or 0xB54CB7) is known color: Fuchsia. HEX triplet: B5, 4C and B7. RGB value is (181,76,183). Sum of RGB (Red+Green+Blue) = 181+76+183=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 183 - color contains mainly: blue. Hex color #B54CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CB7 is #4AB348. Grayscale: #777777. Windows color (decimal): -4895561 or 12012725. OLE color: 12012725.

HSL color Cylindrical-coordinate representation of color #B54CB7: hue angle of 298.88º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B54CB7 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 76 183 -
CMYK 0.01 0.58 0 0.28
HSL 298.88º 0.43% 0.51% -
HSV(B) 298.88º 0.58% 0.72% -
XYZ 30.19 18.41 46.76 -
YUV 119.59 163.79 171.8 -
System Red Green Blue C M Y K H S L
Decimal 181 76 183 0.01 0.58 0 0.28 298.88 0.43 0.51
Hex B5 4C B7 1 3A 0 1C 12B 2B 33
Octal 265 114 267 1 72 0 34 453 53 63
Binary 10110101 1001100 10110111 1 111010 0 11100 100101011 101011 110011

Color Harmonies of #B54CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54CB7

Black with #B54CB7

Text Example


Text Example

White with #B54CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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