Html Css Color HEX #BE57BD Fuchsia

📋 copy color: '#BE57BD'

red 190 ◦ green 87 ◦ blue 189

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

Shades of Fuchsia #BE57BD

Tints of Fuchsia #BE57BD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.67%

 BLUE value IS 189 (74.22% from 255) = 40.56%

R = 40.77%
G = 18.67%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE57BD (or 0xBE57BD) is known color: Fuchsia. HEX triplet: BE, 57 and BD. RGB value is (190,87,189). Sum of RGB (Red+Green+Blue) = 190+87+189=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE57BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE57BD is #41A842. Grayscale: #818181. Windows color (decimal): -4302915 or 12408766. OLE color: 12408766.

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

Color convert

RGB 190 87 189 -
CMYK 0 0.54 0.01 0.25
HSL 300.58º 0.44% 0.54% -
HSV(B) 300.58º 0.54% 0.75% -
XYZ 33.83 21.44 50.5 -
YUV 129.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 190 87 189 0 0.54 0.01 0.25 300.58 0.44 0.54
Hex BE 57 BD 0 36 1 19 12D 2C 36
Octal 276 127 275 0 66 1 31 455 54 66
Binary 10111110 1010111 10111101 0 110110 1 11001 100101101 101100 110110

Color Harmonies of #BE57BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE57BD

Black with #BE57BD

Text Example


Text Example

White with #BE57BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE57BD; }

 p { color: rgb(190,87,189); }

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

background-color css

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

 a { background-color: rgb(190,87,189); }

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

border-color css

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

 span { border-color: rgb(190,87,189); }

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