Html Css Color HEX #BE60CA Medium Orchid

📋 copy color: '#BE60CA'

red 190 ◦ green 96 ◦ blue 202

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

Shades of Medium Orchid #BE60CA

Tints of Medium Orchid #BE60CA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.67%

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

R = 38.93%
G = 19.67%
B = 41.39%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE60CA (or 0xBE60CA) is known color: Medium Orchid. HEX triplet: BE, 60 and CA. RGB value is (190,96,202). Sum of RGB (Red+Green+Blue) = 190+96+202=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE60CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE60CA is #419F35. Grayscale: #878787. Windows color (decimal): -4300598 or 13263038. OLE color: 13263038.

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

Color convert

RGB 190 96 202 -
CMYK 0.06 0.52 0 0.21
HSL 293.21º 0.5% 0.58% -
HSV(B) 293.21º 0.52% 0.79% -
XYZ 36.08 23.58 58.53 -
YUV 136.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 190 96 202 0.06 0.52 0 0.21 293.21 0.5 0.58
Hex BE 60 CA 6 34 0 15 125 32 3A
Octal 276 140 312 6 64 0 25 445 62 72
Binary 10111110 1100000 11001010 110 110100 0 10101 100100101 110010 111010

Color Harmonies of #BE60CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE60CA

Black with #BE60CA

Text Example


Text Example

White with #BE60CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE60CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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