Html Css Color HEX #BE57DA Medium Orchid

📋 copy color: '#BE57DA'

red 190 ◦ green 87 ◦ blue 218

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

Shades of Medium Orchid #BE57DA

Tints of Medium Orchid #BE57DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 38.38%
G = 17.58%
B = 44.04%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE57DA (or 0xBE57DA) is known color: Medium Orchid. HEX triplet: BE, 57 and DA. RGB value is (190,87,218). Sum of RGB (Red+Green+Blue) = 190+87+218=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE57DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE57DA is #41A825. Grayscale: #848484. Windows color (decimal): -4302886 or 14309310. OLE color: 14309310.

HSL color Cylindrical-coordinate representation of color #BE57DA: hue angle of 287.18º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE57DA is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 87 218 -
CMYK 0.13 0.60 0 0.15
HSL 287.18º 0.64% 0.6% -
HSV(B) 287.18º 0.6% 0.85% -
XYZ 37.3 22.83 68.77 -
YUV 132.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 190 87 218 0.13 0.60 0 0.15 287.18 0.64 0.6
Hex BE 57 DA D 3C 0 F 11F 40 3C
Octal 276 127 332 15 74 0 17 437 100 74
Binary 10111110 1010111 11011010 1101 111100 0 1111 100011111 1000000 111100

Color Harmonies of #BE57DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE57DA

Black with #BE57DA

Text Example


Text Example

White with #BE57DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE57DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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