Html Css Color HEX #BE63CE Medium Orchid

📋 copy color: '#BE63CE'

red 190 ◦ green 99 ◦ blue 206

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

Shades of Medium Orchid #BE63CE

Tints of Medium Orchid #BE63CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 38.38%
G = 20%
B = 41.62%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE63CE (or 0xBE63CE) is known color: Medium Orchid. HEX triplet: BE, 63 and CE. RGB value is (190,99,206). Sum of RGB (Red+Green+Blue) = 190+99+206=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE63CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63CE is #419C31. Grayscale: #8A8A8A. Windows color (decimal): -4299826 or 13525950. OLE color: 13525950.

HSL color Cylindrical-coordinate representation of color #BE63CE: hue angle of 291.03º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE63CE is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 99 206 -
CMYK 0.08 0.52 0 0.19
HSL 291.03º 0.52% 0.6% -
HSV(B) 291.03º 0.52% 0.81% -
XYZ 36.84 24.33 61.15 -
YUV 138.41 166.15 164.8 -
System Red Green Blue C M Y K H S L
Decimal 190 99 206 0.08 0.52 0 0.19 291.03 0.52 0.6
Hex BE 63 CE 8 34 0 13 123 34 3C
Octal 276 143 316 10 64 0 23 443 64 74
Binary 10111110 1100011 11001110 1000 110100 0 10011 100100011 110100 111100

Color Harmonies of #BE63CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE63CE

Black with #BE63CE

Text Example


Text Example

White with #BE63CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE63CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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