Html Css Color HEX #BE63CD Medium Orchid

📋 copy color: '#BE63CD'

red 190 ◦ green 99 ◦ blue 205

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

Shades of Medium Orchid #BE63CD

Tints of Medium Orchid #BE63CD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.04%

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 38.46%
G = 20.04%
B = 41.5%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE63CD (or 0xBE63CD) is known color: Medium Orchid. HEX triplet: BE, 63 and CD. RGB value is (190,99,205). Sum of RGB (Red+Green+Blue) = 190+99+205=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE63CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63CD is #419C32. Grayscale: #898989. Windows color (decimal): -4299827 or 13460414. OLE color: 13460414.

HSL color Cylindrical-coordinate representation of color #BE63CD: hue angle of 291.51º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE63CD is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 99 205 -
CMYK 0.07 0.52 0 0.20
HSL 291.51º 0.51% 0.6% -
HSV(B) 291.51º 0.52% 0.8% -
XYZ 36.72 24.28 60.51 -
YUV 138.29 165.65 164.88 -
System Red Green Blue C M Y K H S L
Decimal 190 99 205 0.07 0.52 0 0.20 291.51 0.51 0.6
Hex BE 63 CD 7 34 0 14 124 33 3C
Octal 276 143 315 7 64 0 24 444 63 74
Binary 10111110 1100011 11001101 111 110100 0 10100 100100100 110011 111100

Color Harmonies of #BE63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE63CD

Black with #BE63CD

Text Example


Text Example

White with #BE63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE63CD; }

 p { color: rgb(190,99,205); }

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

background-color css

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

 a { background-color: rgb(190,99,205); }

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

border-color css

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

 span { border-color: rgb(190,99,205); }

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