Html Css Color HEX #BE62CA Medium Orchid

📋 copy color: '#BE62CA'

red 190 ◦ green 98 ◦ blue 202

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

Shades of Medium Orchid #BE62CA

Tints of Medium Orchid #BE62CA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20%

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

R = 38.78%
G = 20%
B = 41.22%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE62CA (or 0xBE62CA) is known color: Medium Orchid. HEX triplet: BE, 62 and CA. RGB value is (190,98,202). Sum of RGB (Red+Green+Blue) = 190+98+202=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE62CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62CA is #419D35. Grayscale: #898989. Windows color (decimal): -4300086 or 13263550. OLE color: 13263550.

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

Color convert

RGB 190 98 202 -
CMYK 0.06 0.51 0 0.21
HSL 293.08º 0.5% 0.59% -
HSV(B) 293.08º 0.51% 0.79% -
XYZ 36.26 23.95 58.59 -
YUV 137.36 164.48 165.54 -
System Red Green Blue C M Y K H S L
Decimal 190 98 202 0.06 0.51 0 0.21 293.08 0.5 0.59
Hex BE 62 CA 6 33 0 15 125 32 3B
Octal 276 142 312 6 63 0 25 445 62 73
Binary 10111110 1100010 11001010 110 110011 0 10101 100100101 110010 111011

Color Harmonies of #BE62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE62CA

Black with #BE62CA

Text Example


Text Example

White with #BE62CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE62CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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