Html Css Color HEX #BE63DC Medium Orchid

📋 copy color: '#BE63DC'

red 190 ◦ green 99 ◦ blue 220

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

Shades of Medium Orchid #BE63DC

Tints of Medium Orchid #BE63DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 37.33%
G = 19.45%
B = 43.22%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE63DC (or 0xBE63DC) is known color: Medium Orchid. HEX triplet: BE, 63 and DC. RGB value is (190,99,220). Sum of RGB (Red+Green+Blue) = 190+99+220=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE63DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63DC is #419C23. Grayscale: #8B8B8B. Windows color (decimal): -4299812 or 14443454. OLE color: 14443454.

HSL color Cylindrical-coordinate representation of color #BE63DC: hue angle of 285.12º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE63DC is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 99 220 -
CMYK 0.14 0.55 0 0.14
HSL 285.12º 0.63% 0.63% -
HSV(B) 285.12º 0.55% 0.86% -
XYZ 38.62 25.04 70.51 -
YUV 140 173.15 163.66 -
System Red Green Blue C M Y K H S L
Decimal 190 99 220 0.14 0.55 0 0.14 285.12 0.63 0.63
Hex BE 63 DC E 37 0 E 11D 3F 3F
Octal 276 143 334 16 67 0 16 435 77 77
Binary 10111110 1100011 11011100 1110 110111 0 1110 100011101 111111 111111

Color Harmonies of #BE63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE63DC

Black with #BE63DC

Text Example


Text Example

White with #BE63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE63DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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