Html Css Color HEX #BE55B8 Fuchsia

📋 copy color: '#BE55B8'

red 190 ◦ green 85 ◦ blue 184

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

Shades of Fuchsia #BE55B8

Tints of Fuchsia #BE55B8

RGB

 RED value IS 190 (74.61% from 255) = 41.39%

 GREEN value IS 85 (33.59% from 255) = 18.52%

 BLUE value IS 184 (72.27% from 255) = 40.09%

R = 41.39%
G = 18.52%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE55B8 (or 0xBE55B8) is known color: Fuchsia. HEX triplet: BE, 55 and B8. RGB value is (190,85,184). Sum of RGB (Red+Green+Blue) = 190+85+184=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE55B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55B8 is #41AA47. Grayscale: #7F7F7F. Windows color (decimal): -4303432 or 12080574. OLE color: 12080574.

HSL color Cylindrical-coordinate representation of color #BE55B8: hue angle of 303.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE55B8 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 85 184 -
CMYK 0 0.55 0.03 0.25
HSL 303.43º 0.45% 0.54% -
HSV(B) 303.43º 0.55% 0.75% -
XYZ 33.14 20.9 47.64 -
YUV 127.68 159.79 172.45 -
System Red Green Blue C M Y K H S L
Decimal 190 85 184 0 0.55 0.03 0.25 303.43 0.45 0.54
Hex BE 55 B8 0 37 3 19 12F 2D 36
Octal 276 125 270 0 67 3 31 457 55 66
Binary 10111110 1010101 10111000 0 110111 11 11001 100101111 101101 110110

Color Harmonies of #BE55B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE55B8

Black with #BE55B8

Text Example


Text Example

White with #BE55B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE55B8; }

 p { color: rgb(190,85,184); }

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

background-color css

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

 a { background-color: rgb(190,85,184); }

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

border-color css

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

 span { border-color: rgb(190,85,184); }

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