Html Css Color HEX #BE55BC Fuchsia

📋 copy color: '#BE55BC'

red 190 ◦ green 85 ◦ blue 188

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

Shades of Fuchsia #BE55BC

Tints of Fuchsia #BE55BC

RGB

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

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

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

R = 41.04%
G = 18.36%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE55BC (or 0xBE55BC) is known color: Fuchsia. HEX triplet: BE, 55 and BC. RGB value is (190,85,188). Sum of RGB (Red+Green+Blue) = 190+85+188=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE55BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55BC is #41AA43. Grayscale: #7F7F7F. Windows color (decimal): -4303428 or 12342718. OLE color: 12342718.

HSL color Cylindrical-coordinate representation of color #BE55BC: hue angle of 301.14º 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 #BE55BC is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 85 188 -
CMYK 0 0.55 0.01 0.25
HSL 301.14º 0.45% 0.54% -
HSV(B) 301.14º 0.55% 0.75% -
XYZ 33.56 21.07 49.88 -
YUV 128.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 190 85 188 0 0.55 0.01 0.25 301.14 0.45 0.54
Hex BE 55 BC 0 37 1 19 12D 2D 36
Octal 276 125 274 0 67 1 31 455 55 66
Binary 10111110 1010101 10111100 0 110111 1 11001 100101101 101101 110110

Color Harmonies of #BE55BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE55BC

Black with #BE55BC

Text Example


Text Example

White with #BE55BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE55BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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