Html Css Color HEX #BE55C8 Fuchsia

📋 copy color: '#BE55C8'

red 190 ◦ green 85 ◦ blue 200

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

Shades of Fuchsia #BE55C8

Tints of Fuchsia #BE55C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.11%

R = 40%
G = 17.89%
B = 42.11%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BE55C8 (or 0xBE55C8) is known color: Fuchsia. HEX triplet: BE, 55 and C8. RGB value is (190,85,200). Sum of RGB (Red+Green+Blue) = 190+85+200=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE55C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55C8 is #41AA37. Grayscale: #818181. Windows color (decimal): -4303416 or 13129150. OLE color: 13129150.

HSL color Cylindrical-coordinate representation of color #BE55C8: hue angle of 294.78º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE55C8 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 85 200 -
CMYK 0.05 0.58 0 0.22
HSL 294.78º 0.51% 0.56% -
HSV(B) 294.78º 0.58% 0.78% -
XYZ 34.91 21.61 56.98 -
YUV 129.51 167.79 171.15 -
System Red Green Blue C M Y K H S L
Decimal 190 85 200 0.05 0.58 0 0.22 294.78 0.51 0.56
Hex BE 55 C8 5 3A 0 16 127 33 38
Octal 276 125 310 5 72 0 26 447 63 70
Binary 10111110 1010101 11001000 101 111010 0 10110 100100111 110011 111000

Color Harmonies of #BE55C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE55C8

Black with #BE55C8

Text Example


Text Example

White with #BE55C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE55C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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