Html Css Color HEX #BE57CA Medium Orchid

📋 copy color: '#BE57CA'

red 190 ◦ green 87 ◦ blue 202

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

Shades of Medium Orchid #BE57CA

Tints of Medium Orchid #BE57CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.17%

R = 39.67%
G = 18.16%
B = 42.17%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE57CA (or 0xBE57CA) is known color: Medium Orchid. HEX triplet: BE, 57 and CA. RGB value is (190,87,202). Sum of RGB (Red+Green+Blue) = 190+87+202=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE57CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE57CA is #41A835. Grayscale: #828282. Windows color (decimal): -4302902 or 13260734. OLE color: 13260734.

HSL color Cylindrical-coordinate representation of color #BE57CA: hue angle of 293.74º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE57CA is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 87 202 -
CMYK 0.06 0.57 0 0.21
HSL 293.74º 0.52% 0.57% -
HSV(B) 293.74º 0.57% 0.79% -
XYZ 35.3 22.03 58.27 -
YUV 130.91 168.12 170.15 -
System Red Green Blue C M Y K H S L
Decimal 190 87 202 0.06 0.57 0 0.21 293.74 0.52 0.57
Hex BE 57 CA 6 39 0 15 126 34 39
Octal 276 127 312 6 71 0 25 446 64 71
Binary 10111110 1010111 11001010 110 111001 0 10101 100100110 110100 111001

Color Harmonies of #BE57CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE57CA

Black with #BE57CA

Text Example


Text Example

White with #BE57CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE57CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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