Html Css Color HEX #BE59CA Medium Orchid

📋 copy color: '#BE59CA'

red 190 ◦ green 89 ◦ blue 202

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

Shades of Medium Orchid #BE59CA

Tints of Medium Orchid #BE59CA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.5%

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

R = 39.5%
G = 18.5%
B = 42%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE59CA (or 0xBE59CA) is known color: Medium Orchid. HEX triplet: BE, 59 and CA. RGB value is (190,89,202). Sum of RGB (Red+Green+Blue) = 190+89+202=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE59CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59CA is #41A635. Grayscale: #838383. Windows color (decimal): -4302390 or 13261246. OLE color: 13261246.

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

Color convert

RGB 190 89 202 -
CMYK 0.06 0.56 0 0.21
HSL 293.63º 0.52% 0.57% -
HSV(B) 293.63º 0.56% 0.79% -
XYZ 35.47 22.36 58.32 -
YUV 132.08 167.46 169.31 -
System Red Green Blue C M Y K H S L
Decimal 190 89 202 0.06 0.56 0 0.21 293.63 0.52 0.57
Hex BE 59 CA 6 38 0 15 126 34 39
Octal 276 131 312 6 70 0 25 446 64 71
Binary 10111110 1011001 11001010 110 111000 0 10101 100100110 110100 111001

Color Harmonies of #BE59CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE59CA

Black with #BE59CA

Text Example


Text Example

White with #BE59CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE59CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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